diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-02 16:02:56 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-02 16:02:56 +0200 |
commit | 8f045cc758fd24924712d173fc930f3dc8667677 (patch) | |
tree | 4a1ca0664eaac5262dabbdccdb69e01130fbe808 /dev-util | |
parent | dev-python/multidict: Stabilize 6.0.5 amd64, #924800 (diff) | |
download | gentoo-8f045cc758fd24924712d173fc930f3dc8667677.tar.gz gentoo-8f045cc758fd24924712d173fc930f3dc8667677.tar.bz2 gentoo-8f045cc758fd24924712d173fc930f3dc8667677.zip |
dev-util/geany: Stabilize 2.0 ppc64, #924739
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/geany/geany-2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/geany/geany-2.0.ebuild b/dev-util/geany/geany-2.0.ebuild index 45fd39687011..765e7d17e704 100644 --- a/dev-util/geany/geany-2.0.ebuild +++ b/dev-util/geany/geany-2.0.ebuild @@ -16,7 +16,7 @@ if [[ "${PV}" = 9999* ]] ; then else [[ "${PV}" == *_pre* ]] && inherit autotools SRC_URI="https://download.geany.org/${P}.tar.bz2" - KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-2+ HPND" SLOT="0" |