diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-11-20 12:19:57 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-11-20 12:19:57 +0100 |
commit | 1b9a22e8c23cc0470bb2ec263c07fc93e8a3c8fa (patch) | |
tree | 4698542351ac9cfc34edcbbe5ac999383fbc6800 /dev-util | |
parent | dev-util/desktop-file-utils: ppc64 stable wrt bug #700632 (diff) | |
download | gentoo-1b9a22e8c23cc0470bb2ec263c07fc93e8a3c8fa.tar.gz gentoo-1b9a22e8c23cc0470bb2ec263c07fc93e8a3c8fa.tar.bz2 gentoo-1b9a22e8c23cc0470bb2ec263c07fc93e8a3c8fa.zip |
dev-util/patchelf: ppc64 stable wrt bug #700634
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/patchelf/patchelf-0.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/patchelf/patchelf-0.10.ebuild b/dev-util/patchelf/patchelf-0.10.ebuild index 36271cd5f471..46ab35c9bbaa 100644 --- a/dev-util/patchelf/patchelf-0.10.ebuild +++ b/dev-util/patchelf/patchelf-0.10.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF executa HOMEPAGE="https://nixos.org/patchelf.html" SRC_URI="https://nixos.org/releases/${PN}/${P}/${P}.tar.bz2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" LICENSE="GPL-3" src_prepare() { |