diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-11 13:45:09 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-11 13:45:09 +0100 |
commit | a0f3fd6b7aeaac368ba3621283516e6da9719f79 (patch) | |
tree | 12b11d60136c3c79bce20749207b53f04a5da27b /app-editors/scite | |
parent | dev-perl/XML-Compile-WSDL11: Remove old (diff) | |
download | gentoo-a0f3fd6b7aeaac368ba3621283516e6da9719f79.tar.gz gentoo-a0f3fd6b7aeaac368ba3621283516e6da9719f79.tar.bz2 gentoo-a0f3fd6b7aeaac368ba3621283516e6da9719f79.zip |
app-editors/scite: Stabilize 5.1.3 amd64, #828328
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-editors/scite')
-rw-r--r-- | app-editors/scite/scite-5.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/scite/scite-5.1.3.ebuild b/app-editors/scite/scite-5.1.3.ebuild index 54999f9fff31..34b997763fd9 100644 --- a/app-editors/scite/scite-5.1.3.ebuild +++ b/app-editors/scite/scite-5.1.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://www.scintilla.org/${PN}${PV//./}.tgz -> ${P}.tgz" LICENSE="HPND lua? ( MIT )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~riscv ~x86 ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~riscv ~x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="lua" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" |