diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-10-01 04:59:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-10-01 04:59:11 +0000 |
commit | 0ce88b8222a05c405b1179eb34196415a81741f3 (patch) | |
tree | 2bd71124ea8b1fabea5ad42b46e63c2c3df5f8ae | |
parent | Stabilize for all #436694. (diff) | |
download | gentoo-2-0ce88b8222a05c405b1179eb34196415a81741f3.tar.gz gentoo-2-0ce88b8222a05c405b1179eb34196415a81741f3.tar.bz2 gentoo-2-0ce88b8222a05c405b1179eb34196415a81741f3.zip |
Stabilize for all #436694.
(Portage version: 2.2.0_alpha131/cvs/Linux x86_64)
-rw-r--r-- | sys-devel/gnuconfig/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gnuconfig/gnuconfig-20120818.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gnuconfig/ChangeLog b/sys-devel/gnuconfig/ChangeLog index 36ee0f481982..029e83b666d0 100644 --- a/sys-devel/gnuconfig/ChangeLog +++ b/sys-devel/gnuconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gnuconfig # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.65 2012/08/18 15:26:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.66 2012/10/01 04:59:11 vapier Exp $ + + 01 Oct 2012; Mike Frysinger <vapier@gentoo.org> gnuconfig-20120818.ebuild: + Stabilize for all #436694. *gnuconfig-20120818 (18 Aug 2012) diff --git a/sys-devel/gnuconfig/gnuconfig-20120818.ebuild b/sys-devel/gnuconfig/gnuconfig-20120818.ebuild index 8f5c942fc56d..1d2eab721db0 100644 --- a/sys-devel/gnuconfig/gnuconfig-20120818.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20120818.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20120818.ebuild,v 1.1 2012/08/18 15:26:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20120818.ebuild,v 1.2 2012/10/01 04:59:11 vapier Exp $ EAPI="2" @@ -12,7 +12,7 @@ if [[ ${PV} == "99999999" ]] ; then inherit git-2 else SRC_URI="mirror://gentoo/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~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 ~amd64-fbsd ~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" |