diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-06-14 17:55:57 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-06-14 17:55:57 +0000 |
commit | 88f33b284cf68b759bd50f0c9960fec90f3695e0 (patch) | |
tree | f951e13a4601a1f21c43437a2937f8985a3693f8 /sys-libs | |
parent | Stable for x86 via ALLARCHES. Fix bug 481960. (diff) | |
download | gentoo-2-88f33b284cf68b759bd50f0c9960fec90f3695e0.tar.gz gentoo-2-88f33b284cf68b759bd50f0c9960fec90f3695e0.tar.bz2 gentoo-2-88f33b284cf68b759bd50f0c9960fec90f3695e0.zip |
Stable for ppc.
(Portage version: 2.2.18/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.10-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/musl/ChangeLog b/sys-libs/musl/ChangeLog index bd64f74816c7..aa413ec2298c 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.64 2015/06/10 06:57:21 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.65 2015/06/14 17:55:57 blueness Exp $ + + 14 Jun 2015; Anthony G. Basile <blueness@gentoo.org> musl-1.1.10-r1.ebuild: + Stable for ppc. 10 Jun 2015; Patrick Lauer <patrick@gentoo.org> musl-1.1.10-r1.ebuild: Whitespace diff --git a/sys-libs/musl/musl-1.1.10-r1.ebuild b/sys-libs/musl/musl-1.1.10-r1.ebuild index 5ffe52817df8..4c3d9d73c3d8 100644 --- a/sys-libs/musl/musl-1.1.10-r1.ebuild +++ b/sys-libs/musl/musl-1.1.10-r1.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.10-r1.ebuild,v 1.3 2015/06/10 06:57:21 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.1.10-r1.ebuild,v 1.4 2015/06/14 17:55:57 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" |