diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-07-21 22:13:43 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-07-21 22:13:43 +0000 |
commit | 8e02cb2104f0c905cc096ce10213763f9b92fe13 (patch) | |
tree | 08072db333e57e5e70c22d83d27e08ca1148a444 /sys-libs | |
parent | arm64 stable, bug #517106 (diff) | |
download | gentoo-2-8e02cb2104f0c905cc096ce10213763f9b92fe13.tar.gz gentoo-2-8e02cb2104f0c905cc096ce10213763f9b92fe13.tar.bz2 gentoo-2-8e02cb2104f0c905cc096ce10213763f9b92fe13.zip |
Stable on amd64, arm and x86
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/musl/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/musl/musl-1.0.3.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/musl/musl-1.1.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-libs/musl/ChangeLog b/sys-libs/musl/ChangeLog index acbd567e8d19..5d15191bf1c2 100644 --- a/sys-libs/musl/ChangeLog +++ b/sys-libs/musl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/musl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.26 2014/06/30 13:45:27 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.27 2014/07/21 22:13:43 blueness Exp $ + + 21 Jul 2014; Anthony G. Basile <blueness@gentoo.org> musl-1.0.3.ebuild, + musl-1.1.3.ebuild: + Stable on amd64, arm and x86 30 Jun 2014; Anthony G. Basile <blueness@gentoo.org> +files/musl-fix-mips-dynlink.patch, musl-1.1.3.ebuild: diff --git a/sys-libs/musl/musl-1.0.3.ebuild b/sys-libs/musl/musl-1.0.3.ebuild index 6cd058e81c0b..5bde241a4943 100644 --- a/sys-libs/musl/musl-1.0.3.ebuild +++ b/sys-libs/musl/musl-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.0.3.ebuild,v 1.1 2014/06/07 16:00:13 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.0.3.ebuild,v 1.2 2014/07/21 22:13:43 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 ~x86" + KEYWORDS="-* amd64 arm ~mips x86" fi LICENSE="MIT" diff --git a/sys-libs/musl/musl-1.1.3.ebuild b/sys-libs/musl/musl-1.1.3.ebuild index cdacca56aaba..9eeb780b542e 100644 --- a/sys-libs/musl/musl-1.1.3.ebuild +++ b/sys-libs/musl/musl-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.1.3.ebuild,v 1.2 2014/06/30 13:45:27 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.1.3.ebuild,v 1.3 2014/07/21 22:13:43 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 ~x86" + KEYWORDS="-* amd64 arm ~mips x86" fi LICENSE="MIT" |