diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2021-04-03 07:52:01 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2021-04-03 07:52:01 -0400 |
commit | f63594fb5f1e5653f831e1ff16d56f67f29bcfa6 (patch) | |
tree | 63e3f1f1f1cb214d57d83d42a7911f755f538fe5 /sys-libs | |
parent | dev-java/joda-time: bump to 2.10.10 (diff) | |
download | gentoo-f63594fb5f1e5653f831e1ff16d56f67f29bcfa6.tar.gz gentoo-f63594fb5f1e5653f831e1ff16d56f67f29bcfa6.tar.bz2 gentoo-f63594fb5f1e5653f831e1ff16d56f67f29bcfa6.zip |
sys-libs/musl: stabilize 1.2.2-r2
Closes: https://bugs.gentoo.org/779799
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/musl/musl-1.2.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/musl/musl-1.2.2-r2.ebuild b/sys-libs/musl/musl-1.2.2-r2.ebuild index d9551e1c7e45..cb33284298e0 100644 --- a/sys-libs/musl/musl-1.2.2-r2.ebuild +++ b/sys-libs/musl/musl-1.2.2-r2.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="http://www.musl-libc.org/releases/${P}.tar.gz" - KEYWORDS="-* ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86" + KEYWORDS="-* amd64 arm arm64 ~mips ppc ppc64 x86" fi GETENT_COMMIT="93a08815f8598db442d8b766b463d0150ed8e2ab" GETENT_FILE="musl-getent-${GETENT_COMMIT}.c" |