diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-03-21 08:48:08 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-03-21 08:48:08 +0100 |
commit | 6deef92bde9cbe570e53cf14d08d28f5688240e1 (patch) | |
tree | 4126c33d322975074698d7f1ae59a55abb2cd707 | |
parent | dev-lang/erlang: ppc stable wrt bug #835616 (diff) | |
download | gentoo-6deef92bde9cbe570e53cf14d08d28f5688240e1.tar.gz gentoo-6deef92bde9cbe570e53cf14d08d28f5688240e1.tar.bz2 gentoo-6deef92bde9cbe570e53cf14d08d28f5688240e1.zip |
dev-util/patchelf: ppc stable wrt bug #835700
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-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 207edce41ce0..055c76998daa 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() { |