diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-06-18 12:29:11 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-06-18 12:29:11 +0000 |
commit | edd857d7bb77905540bd790576fddec0037ec007 (patch) | |
tree | 91631a4380dd2af6cee3851824c4e5872b54dc46 /sys-libs | |
parent | Drop depend.php eclass use in older versions too (diff) | |
download | gentoo-2-edd857d7bb77905540bd790576fddec0037ec007.tar.gz gentoo-2-edd857d7bb77905540bd790576fddec0037ec007.tar.bz2 gentoo-2-edd857d7bb77905540bd790576fddec0037ec007.zip |
Stabilize remaining arches before clearing out old versions for bug #539226.
(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/uclibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/uclibc/uclibc-0.9.33.2-r15.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/uclibc/ChangeLog b/sys-libs/uclibc/ChangeLog index c686da815d5d..c8fdb0349306 100644 --- a/sys-libs/uclibc/ChangeLog +++ b/sys-libs/uclibc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/uclibc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/ChangeLog,v 1.100 2015/06/12 22:30:37 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/ChangeLog,v 1.101 2015/06/18 12:29:11 blueness Exp $ + + 18 Jun 2015; Anthony G. Basile <blueness@gentoo.org> + uclibc-0.9.33.2-r15.ebuild: + Stabilize remaining arches before clearing out old versions for bug #539226. 12 Jun 2015; Anthony G. Basile <blueness@gentoo.org> uclibc-0.9.33.2-r15.ebuild: diff --git a/sys-libs/uclibc/uclibc-0.9.33.2-r15.ebuild b/sys-libs/uclibc/uclibc-0.9.33.2-r15.ebuild index b1934f0c296d..c1d8d4a65aed 100644 --- a/sys-libs/uclibc/uclibc-0.9.33.2-r15.ebuild +++ b/sys-libs/uclibc/uclibc-0.9.33.2-r15.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/uclibc/uclibc-0.9.33.2-r15.ebuild,v 1.2 2015/06/12 22:30:37 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.33.2-r15.ebuild,v 1.3 2015/06/18 12:29:11 blueness Exp $ inherit eutils flag-o-matic multilib toolchain-funcs savedconfig if [[ ${PV} == "9999" ]] ; then @@ -23,7 +23,7 @@ if [[ ${PV} != "9999" ]] ; then PATCH_VER="17" SRC_URI="http://uclibc.org/downloads/${MY_P}.tar.bz2 ${PATCH_VER:+mirror://gentoo/${MY_P}-patches-${PATCH_VER}.tar.bz2}" - KEYWORDS="-* amd64 arm ~m68k ~mips ppc ~sh ~sparc x86" + KEYWORDS="-* amd64 arm m68k ~mips ppc sh sparc x86" fi LICENSE="LGPL-2" |