diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-03-21 08:48:30 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-03-21 08:48:30 +0100 |
commit | 3abeb11a7b17087a8d2a65555370eda59f5ad988 (patch) | |
tree | 29a8b8a39bee18e9c24b668e3f5722e2a9fccd0a /dev-util | |
parent | dev-lang/erlang: ppc64 stable wrt bug #835616 (diff) | |
download | gentoo-3abeb11a7b17087a8d2a65555370eda59f5ad988.tar.gz gentoo-3abeb11a7b17087a8d2a65555370eda59f5ad988.tar.bz2 gentoo-3abeb11a7b17087a8d2a65555370eda59f5ad988.zip |
dev-util/patchelf: ppc64 stable wrt bug #835700
Package-Manager: Portage-3.0.30, Repoman-3.0.3
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.14.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/patchelf/patchelf-0.14.5.ebuild b/dev-util/patchelf/patchelf-0.14.5.ebuild index 055c76998daa..1809d6fef271 100644 --- a/dev-util/patchelf/patchelf-0.14.5.ebuild +++ b/dev-util/patchelf/patchelf-0.14.5.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF executa HOMEPAGE="https://github.com/NixOS/patchelf" SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" -KEYWORDS="amd64 ~arm64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" LICENSE="GPL-3" src_prepare() { |