summaryrefslogtreecommitdiff
path: root/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild
diff options
context:
space:
mode:
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}"