diff options
author | Sam James <sam@gentoo.org> | 2022-12-24 01:46:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-24 01:46:03 +0000 |
commit | 6af1dec396d759c78fc62ed9a004c1a12fd1728e (patch) | |
tree | 9d43f302582c1c9785ad0fd6fe929229bdc03747 /dev-util | |
parent | dev-util/patchelf: Stabilize 0.17.0 ppc64, #887271 (diff) | |
download | gentoo-6af1dec396d759c78fc62ed9a004c1a12fd1728e.tar.gz gentoo-6af1dec396d759c78fc62ed9a004c1a12fd1728e.tar.bz2 gentoo-6af1dec396d759c78fc62ed9a004c1a12fd1728e.zip |
dev-util/patchelf: Stabilize 0.17.0 amd64, #887271
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-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 a0726072001c..bd86078f5596 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() { |