diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-12-09 01:33:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-12-09 01:33:20 +0000 |
commit | c793e5fbc9f910472e596276202395d8a23a014e (patch) | |
tree | 77e4366754a77d186824cc0a077bfb2759e57900 /sys-devel/gnuconfig | |
parent | Update gold configure for 2.21.51.0.2. (diff) | |
download | gentoo-2-c793e5fbc9f910472e596276202395d8a23a014e.tar.gz gentoo-2-c793e5fbc9f910472e596276202395d8a23a014e.tar.bz2 gentoo-2-c793e5fbc9f910472e596276202395d8a23a014e.zip |
Stabilize for everyone.
(Portage version: 2.2.0_alpha5/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/gnuconfig')
-rw-r--r-- | sys-devel/gnuconfig/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gnuconfig/gnuconfig-20100924.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gnuconfig/ChangeLog b/sys-devel/gnuconfig/ChangeLog index 34e002cbd716..c652c83ea1d6 100644 --- a/sys-devel/gnuconfig/ChangeLog +++ b/sys-devel/gnuconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gnuconfig # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.51 2010/10/08 22:05:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.52 2010/12/09 01:33:20 vapier Exp $ + + 09 Dec 2010; Mike Frysinger <vapier@gentoo.org> gnuconfig-20100924.ebuild: + Stabilize for everyone. *gnuconfig-20100924 (08 Oct 2010) diff --git a/sys-devel/gnuconfig/gnuconfig-20100924.ebuild b/sys-devel/gnuconfig/gnuconfig-20100924.ebuild index 4db3a724cf7e..08e17502f9be 100644 --- a/sys-devel/gnuconfig/gnuconfig-20100924.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20100924.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20100924.ebuild,v 1.1 2010/10/08 22:05:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20100924.ebuild,v 1.2 2010/12/09 01:33:20 vapier Exp $ inherit eutils if [[ ${PV} == "99999999" ]] ; then @@ -8,7 +8,7 @@ if [[ ${PV} == "99999999" ]] ; then inherit git else SRC_URI="mirror://gentoo/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Updated config.sub and config.guess file from GNU" |