diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-24 21:08:21 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-24 21:08:21 +0300 |
commit | 5a2f4792c26c831c800b0bf8ee6d033ac0a1ebf7 (patch) | |
tree | 9bf4e16bbb6b2100ed9f78e1635a84d184a04421 /dev-util/patchelf | |
parent | dev-python/pyproject-metadata: Stabilize 0.7.1 sparc, #912910 (diff) | |
download | gentoo-5a2f4792c26c831c800b0bf8ee6d033ac0a1ebf7.tar.gz gentoo-5a2f4792c26c831c800b0bf8ee6d033ac0a1ebf7.tar.bz2 gentoo-5a2f4792c26c831c800b0bf8ee6d033ac0a1ebf7.zip |
dev-util/patchelf: Stabilize 0.18.0 sparc, #912910
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/patchelf')
-rw-r--r-- | dev-util/patchelf/patchelf-0.18.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/patchelf/patchelf-0.18.0.ebuild b/dev-util/patchelf/patchelf-0.18.0.ebuild index e00b1f7629dd..115eb04b1519 100644 --- a/dev-util/patchelf/patchelf-0.18.0.ebuild +++ b/dev-util/patchelf/patchelf-0.18.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 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~riscv-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~riscv-linux ~x86-linux" LICENSE="GPL-3" PATCHES=( |