Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/scite/
Date: Tue, 21 Sep 2021 16:35:39
Message-Id: 1632242030.5d025a5541d455e84e319d740e266c7b295ea1bf.sam@gentoo
1 commit: 5d025a5541d455e84e319d740e266c7b295ea1bf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 21 16:33:50 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 21 16:33:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d025a55
7
8 app-editors/scite: Stabilize 5.1.1 ppc, #786447
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-editors/scite/scite-5.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-editors/scite/scite-5.1.1.ebuild b/app-editors/scite/scite-5.1.1.ebuild
16 index b7bd1bf0877..c3e280ecf80 100644
17 --- a/app-editors/scite/scite-5.1.1.ebuild
18 +++ b/app-editors/scite/scite-5.1.1.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://www.scintilla.org/${PN}${PV//./}.tgz -> ${P}.tgz"
20
21 LICENSE="HPND lua? ( MIT )"
22 SLOT="0"
23 -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~arm-linux ~x86-linux"
24 +KEYWORDS="amd64 ppc x86 ~amd64-linux ~arm-linux ~x86-linux"
25 IUSE="lua"
26
27 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"