diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-08-30 23:06:34 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-08-30 23:06:52 -0400 |
commit | 1e8c463627933332c03e2e6fcefdbd6a3c0588b1 (patch) | |
tree | e4605b7581ce3e9fbc055f0900bc26a32dd40161 /sys-libs/musl | |
parent | gnome-extra/libgda: ncurses and readline have multiple slots (diff) | |
download | gentoo-1e8c463627933332c03e2e6fcefdbd6a3c0588b1.tar.gz gentoo-1e8c463627933332c03e2e6fcefdbd6a3c0588b1.tar.bz2 gentoo-1e8c463627933332c03e2e6fcefdbd6a3c0588b1.zip |
sys-libs/musl: stable on amd64, arm, ppc and x86.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sys-libs/musl')
-rw-r--r-- | sys-libs/musl/musl-1.1.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/musl/musl-1.1.11.ebuild b/sys-libs/musl/musl-1.1.11.ebuild index f7c9ef03dd2e..8fe6febc5a5a 100644 --- a/sys-libs/musl/musl-1.1.11.ebuild +++ b/sys-libs/musl/musl-1.1.11.ebuild @@ -23,7 +23,7 @@ HOMEPAGE="http://www.musl-libc.org/" if [[ ${PV} != "9999" ]] ; then PATCH_VER="" SRC_URI="http://www.musl-libc.org/releases/${P}.tar.gz" - KEYWORDS="-* ~amd64 ~arm ~mips ~ppc ~x86" + KEYWORDS="-* amd64 arm ~mips ppc x86" fi LICENSE="MIT LGPL-2 GPL-2" |