diff options
author | Sam James <sam@gentoo.org> | 2022-10-04 02:40:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-04 02:40:25 +0100 |
commit | 66dbc4aca097f6f1e08b1e504fcac94c76347593 (patch) | |
tree | 5f43b34fe9697e58546367f79c2ce329a2cca321 /sys-libs/rpmatch-standalone | |
parent | Revert "profiles.desc: Promote some musl to dev" (diff) | |
download | gentoo-66dbc4aca097f6f1e08b1e504fcac94c76347593.tar.gz gentoo-66dbc4aca097f6f1e08b1e504fcac94c76347593.tar.bz2 gentoo-66dbc4aca097f6f1e08b1e504fcac94c76347593.zip |
sys-libs/rpmatch-standalone: Keyword 1.0 arm64, #874777
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/rpmatch-standalone')
-rw-r--r-- | sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 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..89c22aa73fa8 100644 --- a/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild +++ b/sys-libs/rpmatch-standalone/rpmatch-standalone-1.0.ebuild @@ -11,7 +11,7 @@ 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 ~x86" IUSE="static-libs" DEPEND=" |