diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-18 19:43:59 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-18 19:43:59 +0200 |
commit | ab5e6b749b92f3e11d2774f719d21fc71adc0a32 (patch) | |
tree | daeffe333dd435b548dc190804b0e3d34191ab4c /app-editors/scite | |
parent | xfce-base/xfce4-settings: Remove old (diff) | |
download | gentoo-ab5e6b749b92f3e11d2774f719d21fc71adc0a32.tar.gz gentoo-ab5e6b749b92f3e11d2774f719d21fc71adc0a32.tar.bz2 gentoo-ab5e6b749b92f3e11d2774f719d21fc71adc0a32.zip |
app-editors/scite: Stabilize 5.3.0 ppc, #881049
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors/scite')
-rw-r--r-- | app-editors/scite/scite-5.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/scite/scite-5.3.0.ebuild b/app-editors/scite/scite-5.3.0.ebuild index 3cf3d6aca8a5..351ecb41df39 100644 --- a/app-editors/scite/scite-5.3.0.ebuild +++ b/app-editors/scite/scite-5.3.0.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} )" |