diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-04-20 02:52:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-04-20 02:52:26 +0000 |
commit | 844feb25aefa3aeb22fa3554fd6f56ddbf280505 (patch) | |
tree | 50a3ed6ef54b776e996ebc835933334ff0a83763 /sys-devel/gnuconfig | |
parent | old (diff) | |
download | historical-844feb25aefa3aeb22fa3554fd6f56ddbf280505.tar.gz historical-844feb25aefa3aeb22fa3554fd6f56ddbf280505.tar.bz2 historical-844feb25aefa3aeb22fa3554fd6f56ddbf280505.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-20100122.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gnuconfig/ChangeLog b/sys-devel/gnuconfig/ChangeLog index 6042a1f2bb6d..f94adad32e95 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.47 2010/03/22 21:09:49 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.48 2010/04/20 02:52:26 vapier Exp $ + + 19 Apr 2010; Mike Frysinger <vapier@gentoo.org> gnuconfig-20100122.ebuild: + Stabilize for everyone. 22 Mar 2010; Jeremy Olexa <darkside@gentoo.org> gnuconfig-20100122.ebuild: Add ~ia64-hpux kw, tested by myself diff --git a/sys-devel/gnuconfig/gnuconfig-20100122.ebuild b/sys-devel/gnuconfig/gnuconfig-20100122.ebuild index da1cb47a0b44..c566c9ec529b 100644 --- a/sys-devel/gnuconfig/gnuconfig-20100122.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20100122.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-20100122.ebuild,v 1.2 2010/03/22 21:09:49 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20100122.ebuild,v 1.3 2010/04/20 02:52:26 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" |