diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-02-16 23:51:38 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-02-16 23:51:38 -0500 |
commit | 0f41be14aee0960e2ee7fb8b9ab7a64fa5df5f6c (patch) | |
tree | 6ba0275c4616b8b21176f0a0b8318f01f0c5eb99 /sys-libs/musl | |
parent | mail-client/thunderbird{,-bin}: remove old/vulnerable 38.4.0 (diff) | |
download | gentoo-0f41be14aee0960e2ee7fb8b9ab7a64fa5df5f6c.tar.gz gentoo-0f41be14aee0960e2ee7fb8b9ab7a64fa5df5f6c.tar.bz2 gentoo-0f41be14aee0960e2ee7fb8b9ab7a64fa5df5f6c.zip |
sys-libs/musl: version 1.1.13 stable on amd64, arm and x86
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-libs/musl')
-rw-r--r-- | sys-libs/musl/musl-1.1.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/musl/musl-1.1.13.ebuild b/sys-libs/musl/musl-1.1.13.ebuild index 85bdc9b32d9b..c98394754c3f 100644 --- a/sys-libs/musl/musl-1.1.13.ebuild +++ b/sys-libs/musl/musl-1.1.13.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" |