diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-05-13 12:51:20 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-05-13 12:51:20 +0000 |
commit | 20b8d85871fc7c5284135332d80bac4c3a118d05 (patch) | |
tree | b402e0198d6b74c6e654bd229ec6544b60731ef3 /sys-libs/musl | |
parent | Version Bump (diff) | |
download | gentoo-2-20b8d85871fc7c5284135332d80bac4c3a118d05.tar.gz gentoo-2-20b8d85871fc7c5284135332d80bac4c3a118d05.tar.bz2 gentoo-2-20b8d85871fc7c5284135332d80bac4c3a118d05.zip |
Stable for amd64, arm, ppc and x86.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-libs/musl')
-rw-r--r-- | sys-libs/musl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/musl/musl-1.1.8-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/musl/ChangeLog b/sys-libs/musl/ChangeLog index 55ef61c92c20..da91b777c2dd 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.53 2015/04/18 11:24:34 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.54 2015/05/13 12:51:20 blueness Exp $ + + 13 May 2015; Anthony G. Basile <blueness@gentoo.org> musl-1.1.8-r2.ebuild: + Stable for amd64, arm, ppc and x86. *musl-1.1.8-r2 (18 Apr 2015) diff --git a/sys-libs/musl/musl-1.1.8-r2.ebuild b/sys-libs/musl/musl-1.1.8-r2.ebuild index 8af23f4113e2..748cbc40e650 100644 --- a/sys-libs/musl/musl-1.1.8-r2.ebuild +++ b/sys-libs/musl/musl-1.1.8-r2.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.8-r2.ebuild,v 1.1 2015/04/18 11:24:34 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.1.8-r2.ebuild,v 1.2 2015/05/13 12:51:20 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 LGPL-2 GPL-2" |