diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-06-17 01:18:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-06-17 01:18:52 +0000 |
commit | c3446f85db5b07570cf4ccd74250ce25d8617770 (patch) | |
tree | 5369ea8ac98f2ae92cda53607db3b45d4fcd5de9 /sys-libs/uclibc | |
parent | Taking maintainership (diff) | |
download | historical-c3446f85db5b07570cf4ccd74250ce25d8617770.tar.gz historical-c3446f85db5b07570cf4ccd74250ce25d8617770.tar.bz2 historical-c3446f85db5b07570cf4ccd74250ce25d8617770.zip |
Stabilize for all.
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-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/uclibc/ChangeLog b/sys-libs/uclibc/ChangeLog index fa3ed232f9b8..05192949fa89 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.77 2013/05/19 07:53:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/ChangeLog,v 1.78 2013/06/17 01:18:52 vapier Exp $ + + 17 Jun 2013; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.33.2-r4.ebuild: + Stabilize for all. *uclibc-0.9.33.2-r4 (19 May 2013) diff --git a/sys-libs/uclibc/uclibc-0.9.33.2-r4.ebuild b/sys-libs/uclibc/uclibc-0.9.33.2-r4.ebuild index 4e4d5670e416..2b032ba8f917 100644 --- a/sys-libs/uclibc/uclibc-0.9.33.2-r4.ebuild +++ b/sys-libs/uclibc/uclibc-0.9.33.2-r4.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-r4.ebuild,v 1.1 2013/05/19 07:53:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.33.2-r4.ebuild,v 1.2 2013/06/17 01:18:52 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="6" 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" |