diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-10-22 07:12:58 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-10-22 07:13:18 -0400 |
commit | 28ed35354e673d185de1169aeda03f62f98fd832 (patch) | |
tree | 6f509b4d92b53c40d6e38272ad7077d9a0f5b485 /sys-libs/musl | |
parent | Drop deprecated usage of parallel python eclass functions (diff) | |
download | gentoo-28ed35354e673d185de1169aeda03f62f98fd832.tar.gz gentoo-28ed35354e673d185de1169aeda03f62f98fd832.tar.bz2 gentoo-28ed35354e673d185de1169aeda03f62f98fd832.zip |
sys-libs/musl: version 1.1.12 stable on amd64 and x86
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sys-libs/musl')
-rw-r--r-- | sys-libs/musl/musl-1.1.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/musl/musl-1.1.12.ebuild b/sys-libs/musl/musl-1.1.12.ebuild index 016d210b7bdf..657955a2283d 100644 --- a/sys-libs/musl/musl-1.1.12.ebuild +++ b/sys-libs/musl/musl-1.1.12.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" |