diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-11 15:41:49 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-11 15:41:49 +0100 |
commit | 72a91382bea23d0716a62605ad8dc1a4cd74266c (patch) | |
tree | 9fa22b679d82c8c5ab78d3f56606d3c0fcb5914d /app-editors/scite | |
parent | sci-mathematics/vampire: new package; add version 4.6.1 (diff) | |
download | gentoo-72a91382bea23d0716a62605ad8dc1a4cd74266c.tar.gz gentoo-72a91382bea23d0716a62605ad8dc1a4cd74266c.tar.bz2 gentoo-72a91382bea23d0716a62605ad8dc1a4cd74266c.zip |
app-editors/scite: Stabilize 5.1.3 x86, #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 34b997763fd9..70cb41ec90a1 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} )" |