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/
Date: Tue, 07 Jun 2022 07:27:59
Message-Id: 1654586828.4bb4e2e246ec4284a2eaafa6a702f1cfa6dd70e1.sam@gentoo
1 commit: 4bb4e2e246ec4284a2eaafa6a702f1cfa6dd70e1
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=4bb4e2e2
7
8 dev-util/geany: Stabilize 1.38 ppc64, #849206
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/geany/geany-1.38.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/geany/geany-1.38.ebuild b/dev-util/geany/geany-1.38.ebuild
16 index 019b9fa60d8f..d1727bd6d3c2 100644
17 --- a/dev-util/geany/geany-1.38.ebuild
18 +++ b/dev-util/geany/geany-1.38.ebuild
19 @@ -16,7 +16,7 @@ if [[ "${PV}" = 9999* ]] ; then
20 else
21 [[ "${PV}" == *_pre* ]] && inherit autotools
22 SRC_URI="https://download.geany.org/${P}.tar.bz2"
23 - KEYWORDS="~alpha ~amd64 arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
24 + KEYWORDS="~alpha ~amd64 arm ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
25 fi
26 LICENSE="GPL-2+ HPND"
27 SLOT="0"