summaryrefslogtreecommitdiff
path: root/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-04 07:16:51 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-04 07:16:51 +0100
commitbf99f8024d68382f76665735c70ae912331bc2ca (patch)
tree6fa5830f88fa9ddb794b019c25b83a76ec410df4 /sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild
parentc1bd8495f43d1e8a084ac779db6e4623aaa8d6ad (diff)
gentoo auto-resync : 04:10:2022 - 07:16:51
Diffstat (limited to 'sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild')
-rw-r--r--sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild b/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild
index 6cacfa6cfc13..d6689b450bd9 100644
--- a/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild
+++ b/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild
@@ -11,11 +11,10 @@ SRC_URI="https://github.com/pullmoll/musl-rpmatch/archive/v${PV}.tar.gz -> ${P}.
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv x86"
IUSE="static-libs"
-DEPEND="
- !sys-libs/glibc"
+RDEPEND="!sys-libs/glibc"
S="${WORKDIR}/musl-rpmatch-${PV}"