diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2020-08-20 09:14:39 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2020-08-20 09:14:39 -0400 |
commit | 4c21198a1796ae4f831fb33bfd6c522f0fbd0b5e (patch) | |
tree | dcfd08c856fe3f1607534a332a4a04f6bb041beb | |
parent | net-analyzer/flowgrind: Fix building with CFLAGS=-fno-common (diff) | |
download | gentoo-4c21198a1796ae4f831fb33bfd6c522f0fbd0b5e.tar.gz gentoo-4c21198a1796ae4f831fb33bfd6c522f0fbd0b5e.tar.bz2 gentoo-4c21198a1796ae4f831fb33bfd6c522f0fbd0b5e.zip |
sys-libs/musl: 1.2.1 stable on amd64 and x86
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r-- | sys-libs/musl/musl-1.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/musl/musl-1.2.1.ebuild b/sys-libs/musl/musl-1.2.1.ebuild index 7467121249b1..69c39b164c3f 100644 --- a/sys-libs/musl/musl-1.2.1.ebuild +++ b/sys-libs/musl/musl-1.2.1.ebuild @@ -17,7 +17,7 @@ else https://dev.gentoo.org/~blueness/musl-misc/getconf.c https://dev.gentoo.org/~blueness/musl-misc/getent.c https://dev.gentoo.org/~blueness/musl-misc/iconv.c" - KEYWORDS="-* ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86" + KEYWORDS="-* amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86" fi export CBUILD=${CBUILD:-${CHOST}} |