diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-10-08 22:04:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-10-08 22:04:29 +0000 |
commit | 6d0b85df2a82fd0983beeecee668c103705db7cf (patch) | |
tree | 0b60c0bc20607b9a9ccc9b124ac528b3949a6cd5 /sys-devel/gnuconfig | |
parent | refresh patches against latest git (diff) | |
download | historical-6d0b85df2a82fd0983beeecee668c103705db7cf.tar.gz historical-6d0b85df2a82fd0983beeecee668c103705db7cf.tar.bz2 historical-6d0b85df2a82fd0983beeecee668c103705db7cf.zip |
Stabilize for everyone.
Diffstat (limited to 'sys-devel/gnuconfig')
-rw-r--r-- | sys-devel/gnuconfig/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gnuconfig/gnuconfig-20100403.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gnuconfig/ChangeLog b/sys-devel/gnuconfig/ChangeLog index 78a7a046c2ef..b907b7c79ea5 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.49 2010/04/20 02:52:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.50 2010/10/08 22:04:29 vapier Exp $ + + 08 Oct 2010; Mike Frysinger <vapier@gentoo.org> gnuconfig-20100403.ebuild: + Stabilize for everyone. *gnuconfig-20100403 (20 Apr 2010) diff --git a/sys-devel/gnuconfig/gnuconfig-20100403.ebuild b/sys-devel/gnuconfig/gnuconfig-20100403.ebuild index d9068cb30e96..767e5843b132 100644 --- a/sys-devel/gnuconfig/gnuconfig-20100403.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20100403.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-20100403.ebuild,v 1.1 2010/04/20 02:52:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20100403.ebuild,v 1.2 2010/10/08 22:04:29 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" |