diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-02-07 13:05:39 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-02-07 13:05:39 +0000 |
commit | aefe638b3fdb8c2b5f7aa7ab21c42cc708311cf4 (patch) | |
tree | 69d50d316066aab87f90b7e0d62a37b485821fc1 /sys-libs | |
parent | vanilla-3.18.4 + genpatches-3.18-6 + grsecurity-3.0-3.18.5-201502052352 (diff) | |
download | gentoo-2-aefe638b3fdb8c2b5f7aa7ab21c42cc708311cf4.tar.gz gentoo-2-aefe638b3fdb8c2b5f7aa7ab21c42cc708311cf4.tar.bz2 gentoo-2-aefe638b3fdb8c2b5f7aa7ab21c42cc708311cf4.zip |
Stable on amd64 arm ppc x86, bug #539226
(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/uclibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/uclibc/uclibc-0.9.33.2-r14.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/uclibc/ChangeLog b/sys-libs/uclibc/ChangeLog index 96af2883348f..348ba974780a 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.96 2015/02/01 04:09:56 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/ChangeLog,v 1.97 2015/02/07 13:05:39 blueness Exp $ + + 07 Feb 2015; Anthony G. Basile <blueness@gentoo.org> + uclibc-0.9.33.2-r14.ebuild: + Stable on amd64 arm ppc x86, bug #539226 *uclibc-0.9.33.2-r14 (01 Feb 2015) diff --git a/sys-libs/uclibc/uclibc-0.9.33.2-r14.ebuild b/sys-libs/uclibc/uclibc-0.9.33.2-r14.ebuild index bc8b0e7fb6d4..81fb58d40cd6 100644 --- a/sys-libs/uclibc/uclibc-0.9.33.2-r14.ebuild +++ b/sys-libs/uclibc/uclibc-0.9.33.2-r14.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-r14.ebuild,v 1.1 2015/02/01 04:09:56 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.33.2-r14.ebuild,v 1.2 2015/02/07 13:05:39 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="16" 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" |