diff options
author | Sam James <sam@gentoo.org> | 2024-03-13 21:42:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-13 21:42:12 +0000 |
commit | f695d890c8d0c5c3e88588bb89f64187abe42a24 (patch) | |
tree | 7b252494235e8cf6529f1eb5c4dd17a52e604ec2 /dev-util/geany | |
parent | dev-db/redis: Stabilize 7.2.4-r1 ppc, #921760 (diff) | |
download | gentoo-f695d890c8d0c5c3e88588bb89f64187abe42a24.tar.gz gentoo-f695d890c8d0c5c3e88588bb89f64187abe42a24.tar.bz2 gentoo-f695d890c8d0c5c3e88588bb89f64187abe42a24.zip |
dev-util/geany: Stabilize 2.0 ppc, #924739
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/geany')
-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 765e7d17e704..341fdc5aab81 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" |