diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-02-08 23:21:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-02-08 23:21:40 +0000 |
commit | 453dd9f4ed1528bd6b99d2f0479e10909e3c30b1 (patch) | |
tree | 817ec58b7ae3db378350fc511503ebb0a8aa5d3d /sys-devel | |
parent | old (diff) | |
download | historical-453dd9f4ed1528bd6b99d2f0479e10909e3c30b1.tar.gz historical-453dd9f4ed1528bd6b99d2f0479e10909e3c30b1.tar.bz2 historical-453dd9f4ed1528bd6b99d2f0479e10909e3c30b1.zip |
Stabilize for everyone.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gnuconfig/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gnuconfig/gnuconfig-20090819.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gnuconfig/ChangeLog b/sys-devel/gnuconfig/ChangeLog index 89e225fa4371..f66e239f79c7 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.44 2010/02/05 09:22:33 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.45 2010/02/08 23:21:40 vapier Exp $ + + 08 Feb 2010; Mike Frysinger <vapier@gentoo.org> gnuconfig-20090819.ebuild: + Stabilize for everyone. 05 Feb 2010; Michael Haubenwallner <haubi@gentoo.org> gnuconfig-20090819.ebuild, gnuconfig-99999999.ebuild: diff --git a/sys-devel/gnuconfig/gnuconfig-20090819.ebuild b/sys-devel/gnuconfig/gnuconfig-20090819.ebuild index a3783f648829..26033f6ca703 100644 --- a/sys-devel/gnuconfig/gnuconfig-20090819.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20090819.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-20090819.ebuild,v 1.5 2010/02/05 09:22:33 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20090819.ebuild,v 1.6 2010/02/08 23:21:40 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 ~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 ~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" |