diff options
author | 2024-05-24 08:32:49 +0300 | |
---|---|---|
committer | 2024-05-24 08:32:49 +0300 | |
commit | b83da700123d7be4c71d07aadc45787ee964aeb9 (patch) | |
tree | 4cd86a703269c61b0d457680ca29cfb65defa840 /sys-libs/rpmatch-standalone | |
parent | sys-libs/rpmatch-standalone: Stabilize 1.0-r1 arm, #932569 (diff) | |
download | gentoo-b83da700123d7be4c71d07aadc45787ee964aeb9.tar.gz gentoo-b83da700123d7be4c71d07aadc45787ee964aeb9.tar.bz2 gentoo-b83da700123d7be4c71d07aadc45787ee964aeb9.zip |
sys-libs/rpmatch-standalone: Stabilize 1.0-r1 arm64, #932569
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs/rpmatch-standalone')
-rw-r--r-- | sys-libs/rpmatch-standalone/rpmatch-standalone-1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0-r1.ebuild b/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0-r1.ebuild index c36aa22cdd7f..9813c359b2e3 100644 --- a/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0-r1.ebuild +++ b/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0-r1.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/musl-rpmatch-${PV}" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~mips ~ppc ~ppc64 ~riscv x86" IUSE="static-libs" RDEPEND="!sys-libs/glibc" |