diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-03-03 22:23:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-03-03 22:23:19 +0000 |
commit | 040e55b20b122e0243c36ccfb8b37dad99b0a8d7 (patch) | |
tree | a3efb5efe4eba3eae54de5a8978e9776ba36b591 /sys-devel/gnuconfig | |
parent | Version bump. (diff) | |
download | historical-040e55b20b122e0243c36ccfb8b37dad99b0a8d7.tar.gz historical-040e55b20b122e0243c36ccfb8b37dad99b0a8d7.tar.bz2 historical-040e55b20b122e0243c36ccfb8b37dad99b0a8d7.zip |
Stabilize for all.
Diffstat (limited to 'sys-devel/gnuconfig')
-rw-r--r-- | sys-devel/gnuconfig/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/gnuconfig/gnuconfig-20110814.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/gnuconfig/ChangeLog b/sys-devel/gnuconfig/ChangeLog index b8af86f4b3a9..6be26027be50 100644 --- a/sys-devel/gnuconfig/ChangeLog +++ b/sys-devel/gnuconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gnuconfig -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.59 2011/09/21 08:39:50 mgorny Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.60 2012/03/03 22:23:19 vapier Exp $ + + 03 Mar 2012; Mike Frysinger <vapier@gentoo.org> gnuconfig-20110814.ebuild: + Stabilize for all. 21 Sep 2011; Michał Górny <mgorny@gentoo.org> gnuconfig-99999999.ebuild: Migrate to git-2. diff --git a/sys-devel/gnuconfig/gnuconfig-20110814.ebuild b/sys-devel/gnuconfig/gnuconfig-20110814.ebuild index 7426ea64c0f2..a348f4ac0a4a 100644 --- a/sys-devel/gnuconfig/gnuconfig-20110814.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20110814.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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-20110814.ebuild,v 1.1 2011/08/15 03:27:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20110814.ebuild,v 1.2 2012/03/03 22:23:19 vapier Exp $ EAPI="2" @@ -10,7 +10,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" |