diff options
author | Sam James <sam@gentoo.org> | 2021-01-23 04:09:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-23 04:09:05 +0000 |
commit | 86b3b960f74ba4edf869567f2d0c042f1f23f232 (patch) | |
tree | f4dedb2fb5673f062b289506aecaa115d83070b9 /app-editors/scite | |
parent | app-editors/neovim: Stabilize 0.4.4-r100 amd64, #766528 (diff) | |
download | gentoo-86b3b960f74ba4edf869567f2d0c042f1f23f232.tar.gz gentoo-86b3b960f74ba4edf869567f2d0c042f1f23f232.tar.bz2 gentoo-86b3b960f74ba4edf869567f2d0c042f1f23f232.zip |
app-editors/scite: Stabilize 4.4.4-r10 amd64, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/scite')
-rw-r--r-- | app-editors/scite/scite-4.4.4-r10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/scite/scite-4.4.4-r10.ebuild b/app-editors/scite/scite-4.4.4-r10.ebuild index cc44dcb5cad6..9d9db6e770a3 100644 --- a/app-editors/scite/scite-4.4.4-r10.ebuild +++ b/app-editors/scite/scite-4.4.4-r10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://www.scintilla.org/${PN}${PV//./}.tgz -> ${P}.tgz" LICENSE="HPND lua? ( MIT )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="lua" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" |