commit: a1e2c68e9782b20818502b540ece2e9a928e264e Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun Nov 22 15:15:40 2015 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Nov 22 15:16:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e2c68e
dev-util/patchelf: Add ~ppc64 keyword Despite upstream not explicitly mentioning ppc64 support, it does appear to work, at least with icedtea-bin. Package-Manager: portage-2.2.25 dev-util/patchelf/patchelf-0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/patchelf/patchelf-0.8.ebuild b/dev-util/patchelf/patchelf-0.8.ebuild index ef8f82a..5924e49 100644 --- a/dev-util/patchelf/patchelf-0.8.ebuild +++ b/dev-util/patchelf/patchelf-0.8.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://nixos.org/patchelf.html" SRC_URI="http://releases.nixos.org/${PN}/${P}/${P}.tar.bz2" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" LICENSE="GPL-3" IUSE=""