diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-01-14 21:08:50 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-01-14 21:08:50 +0000 |
commit | 8342eb3db8e7c56b603ed5fc39643a0722c2d8cb (patch) | |
tree | 7c4f9ef610c75cfb84aa210d49ce3ca41765df30 /sys-libs | |
parent | EAPI revbump (diff) | |
download | gentoo-2-8342eb3db8e7c56b603ed5fc39643a0722c2d8cb.tar.gz gentoo-2-8342eb3db8e7c56b603ed5fc39643a0722c2d8cb.tar.bz2 gentoo-2-8342eb3db8e7c56b603ed5fc39643a0722c2d8cb.zip |
Stable on amd64, arm, ppc and x86
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/musl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/musl/musl-1.1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/musl/ChangeLog b/sys-libs/musl/ChangeLog index 260d941c8cd4..1a9b42aeefbd 100644 --- a/sys-libs/musl/ChangeLog +++ b/sys-libs/musl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/musl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.40 2015/01/14 12:50:05 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.41 2015/01/14 21:08:50 blueness Exp $ + + 14 Jan 2015; Anthony G. Basile <blueness@gentoo.org> musl-1.1.6.ebuild: + Stable on amd64, arm, ppc and x86 *musl-1.1.6 (14 Jan 2015) diff --git a/sys-libs/musl/musl-1.1.6.ebuild b/sys-libs/musl/musl-1.1.6.ebuild index 51a268a122eb..0a1f8475df4e 100644 --- a/sys-libs/musl/musl-1.1.6.ebuild +++ b/sys-libs/musl/musl-1.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.1.6.ebuild,v 1.1 2015/01/14 12:50:05 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.1.6.ebuild,v 1.2 2015/01/14 21:08:50 blueness Exp $ EAPI=5 @@ -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" |