diff options
author | Sam James <sam@gentoo.org> | 2022-12-24 01:46:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-24 01:46:01 +0000 |
commit | 0e1f88b61e4321924f1eb145144b50ef5fae6349 (patch) | |
tree | 249b95d953b674f60f5e4f9bd0875c43e4683dcf /dev-util/patchelf | |
parent | dev-util/patchelf: Stabilize 0.17.0 x86, #887271 (diff) | |
download | gentoo-0e1f88b61e4321924f1eb145144b50ef5fae6349.tar.gz gentoo-0e1f88b61e4321924f1eb145144b50ef5fae6349.tar.bz2 gentoo-0e1f88b61e4321924f1eb145144b50ef5fae6349.zip |
dev-util/patchelf: Stabilize 0.17.0 arm, #887271
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/patchelf')
-rw-r--r-- | dev-util/patchelf/patchelf-0.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/patchelf/patchelf-0.17.0.ebuild b/dev-util/patchelf/patchelf-0.17.0.ebuild index 349e8c92772d..91e5750aee36 100644 --- a/dev-util/patchelf/patchelf-0.17.0.ebuild +++ b/dev-util/patchelf/patchelf-0.17.0.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 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~riscv-linux ~x86-linux" +KEYWORDS="~amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~riscv-linux ~x86-linux" LICENSE="GPL-3" src_prepare() { |