diff options
author | 2013-12-22 13:48:29 +0000 | |
---|---|---|
committer | 2013-12-22 13:48:29 +0000 | |
commit | 0b1393541117d015196b43e2811164eda895c771 (patch) | |
tree | 408a7ce1db28c33a970404146aabb4462af9011c /sys-libs/uclibc | |
parent | Stable for ppc64, wrt bug #477662 (diff) | |
download | gentoo-2-0b1393541117d015196b43e2811164eda895c771.tar.gz gentoo-2-0b1393541117d015196b43e2811164eda895c771.tar.bz2 gentoo-2-0b1393541117d015196b43e2811164eda895c771.zip |
Stabilize for all.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-libs/uclibc')
-rw-r--r-- | sys-libs/uclibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/uclibc/uclibc-0.9.33.2-r6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/uclibc/ChangeLog b/sys-libs/uclibc/ChangeLog index 5b89798d9e41..ef70bb3e5d28 100644 --- a/sys-libs/uclibc/ChangeLog +++ b/sys-libs/uclibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/uclibc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/ChangeLog,v 1.80 2013/06/17 04:30:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/ChangeLog,v 1.81 2013/12/22 13:48:29 vapier Exp $ + + 22 Dec 2013; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.33.2-r6.ebuild: + Stabilize for all. *uclibc-0.9.33.2-r6 (17 Jun 2013) diff --git a/sys-libs/uclibc/uclibc-0.9.33.2-r6.ebuild b/sys-libs/uclibc/uclibc-0.9.33.2-r6.ebuild index 2dddb249b154..079256121d33 100644 --- a/sys-libs/uclibc/uclibc-0.9.33.2-r6.ebuild +++ b/sys-libs/uclibc/uclibc-0.9.33.2-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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-r6.ebuild,v 1.1 2013/06/17 04:30:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.33.2-r6.ebuild,v 1.2 2013/12/22 13:48:29 vapier Exp $ inherit eutils flag-o-matic multilib toolchain-funcs savedconfig if [[ ${PV} == "9999" ]] ; then @@ -23,7 +23,7 @@ if [[ ${PV} != "9999" ]] ; then PATCH_VER="8" 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" |