diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-12-12 14:52:21 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-12-12 14:52:21 +0100 |
commit | dba844343ac7fc1d29911bde231c5b98a299fb83 (patch) | |
tree | 509e72ea8104682c4fadf0816b1fcc4d6d819df1 /dev-util/geany | |
parent | java-utils-2.eclass: Add RESTRICT="!test? ( test )" (diff) | |
download | gentoo-dba844343ac7fc1d29911bde231c5b98a299fb83.tar.gz gentoo-dba844343ac7fc1d29911bde231c5b98a299fb83.tar.bz2 gentoo-dba844343ac7fc1d29911bde231c5b98a299fb83.zip |
dev-util/geany: ppc64 stable wrt bug #684702
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-util/geany')
-rw-r--r-- | dev-util/geany/geany-1.34.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/geany/geany-1.34.1.ebuild b/dev-util/geany/geany-1.34.1.ebuild index 99034fd71ebf..211cdc9c89ef 100644 --- a/dev-util/geany/geany-1.34.1.ebuild +++ b/dev-util/geany/geany-1.34.1.ebuild @@ -15,7 +15,7 @@ if [[ "${PV}" = 9999* ]] ; then EGIT_REPO_URI="https://github.com/geany/geany.git" else SRC_URI="https://download.geany.org/${P}.tar.bz2" - KEYWORDS="~alpha amd64 arm ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm ia64 ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-2+ HPND" SLOT="0" |