summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-04-20 02:52:26 +0000
committerMike Frysinger <vapier@gentoo.org>2010-04-20 02:52:26 +0000
commit71a514ae83b92e779dbf8d3e1d65c91a859f0107 (patch)
treefefd7ce509f51fd0950919f058c945eb1b3e5743 /sys-devel/gnuconfig
parentold (diff)
downloadgentoo-2-71a514ae83b92e779dbf8d3e1d65c91a859f0107.tar.gz
gentoo-2-71a514ae83b92e779dbf8d3e1d65c91a859f0107.tar.bz2
gentoo-2-71a514ae83b92e779dbf8d3e1d65c91a859f0107.zip
Stabilize for everyone.
Diffstat (limited to 'sys-devel/gnuconfig')
-rw-r--r--sys-devel/gnuconfig/ChangeLog5
-rw-r--r--sys-devel/gnuconfig/gnuconfig-20100122.ebuild4
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"