Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/geany-plugins/
Date: Tue, 07 Jun 2022 07:27:59
Message-Id: 1654586828.a6cb7925212f7192a4d36a90ccbc82c78a848cad.sam@gentoo
1 commit: a6cb7925212f7192a4d36a90ccbc82c78a848cad
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 7 07:27:08 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 7 07:27:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6cb7925
7
8 dev-util/geany-plugins: Stabilize 1.38-r1 ppc64, #849206
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/geany-plugins/geany-plugins-1.38-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/geany-plugins/geany-plugins-1.38-r1.ebuild b/dev-util/geany-plugins/geany-plugins-1.38-r1.ebuild
16 index b7e03ef5a491..a76f35216bf3 100644
17 --- a/dev-util/geany-plugins/geany-plugins-1.38-r1.ebuild
18 +++ b/dev-util/geany-plugins/geany-plugins-1.38-r1.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://plugins.geany.org/${PN}/${P}.tar.gz"
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 -KEYWORDS="~amd64 arm ~ppc ~ppc64 ~sparc x86"
24 +KEYWORDS="~amd64 arm ~ppc ppc64 ~sparc x86"
25
26 IUSE="ctags debugger enchant git gpg gtkspell lua markdown nls pretty-printer scope soup workbench"
27 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"