diff options
author | 2022-07-21 16:12:31 +0530 | |
---|---|---|
committer | 2022-07-22 08:31:28 +0100 | |
commit | b0dfc9160b045a6c9f17e40cf26989209c3bf02d (patch) | |
tree | 87f43294f4bc0b7544ee89c79d4082867e2394fb /dev-util/patchelf | |
parent | dev-ruby/appraisal: new package, add 2.4.1 (diff) | |
download | gentoo-b0dfc9160b045a6c9f17e40cf26989209c3bf02d.tar.gz gentoo-b0dfc9160b045a6c9f17e40cf26989209c3bf02d.tar.bz2 gentoo-b0dfc9160b045a6c9f17e40cf26989209c3bf02d.zip |
dev-util/patchelf: keywording ~riscv
Signed-off-by: Atharva <atharvaamritkar@protonmail.com>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-util/patchelf')
-rw-r--r-- | dev-util/patchelf/patchelf-0.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/patchelf/patchelf-0.15.0.ebuild b/dev-util/patchelf/patchelf-0.15.0.ebuild index 05802ed8d121..da2daad848f7 100644 --- a/dev-util/patchelf/patchelf-0.15.0.ebuild +++ b/dev-util/patchelf/patchelf-0.15.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 ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~riscv-linux ~x86-linux" LICENSE="GPL-3" src_prepare() { |