diff options
author | James Le Cuirot <chewi@gentoo.org> | 2015-11-22 15:15:40 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2015-11-22 15:16:07 +0000 |
commit | a1e2c68e9782b20818502b540ece2e9a928e264e (patch) | |
tree | 6cf55a9e73c3565eb4b395c807fd7383ce781e14 /dev-util/patchelf | |
parent | clean old (diff) | |
download | gentoo-a1e2c68e9782b20818502b540ece2e9a928e264e.tar.gz gentoo-a1e2c68e9782b20818502b540ece2e9a928e264e.tar.bz2 gentoo-a1e2c68e9782b20818502b540ece2e9a928e264e.zip |
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
Diffstat (limited to 'dev-util/patchelf')
-rw-r--r-- | dev-util/patchelf/patchelf-0.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/patchelf/patchelf-0.8.ebuild b/dev-util/patchelf/patchelf-0.8.ebuild index ef8f82a7d792..5924e49cda88 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="" |