diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-04-23 03:59:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-04-23 03:59:53 +0000 |
commit | 2b8a3f0d8373d191fbfd4af1b77fa0e04a87af2b (patch) | |
tree | 9061031d32a9e020b7c0cff525198ced40907c09 /sys-devel/gnuconfig | |
parent | Bump to first stable 0.16 release. Telepathy-gabble's private librariess are ... (diff) | |
download | gentoo-2-2b8a3f0d8373d191fbfd4af1b77fa0e04a87af2b.tar.gz gentoo-2-2b8a3f0d8373d191fbfd4af1b77fa0e04a87af2b.tar.bz2 gentoo-2-2b8a3f0d8373d191fbfd4af1b77fa0e04a87af2b.zip |
Stabilize for all.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/gnuconfig')
-rw-r--r-- | sys-devel/gnuconfig/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gnuconfig/gnuconfig-20120116.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gnuconfig/ChangeLog b/sys-devel/gnuconfig/ChangeLog index c88e73ebfc4a..cd7ee2c2b050 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.61 2012/03/03 22:24:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.62 2012/04/23 03:59:53 vapier Exp $ + + 23 Apr 2012; Mike Frysinger <vapier@gentoo.org> gnuconfig-20120116.ebuild: + Stabilize for all. *gnuconfig-20120116 (03 Mar 2012) diff --git a/sys-devel/gnuconfig/gnuconfig-20120116.ebuild b/sys-devel/gnuconfig/gnuconfig-20120116.ebuild index 5268eed4fb69..190349de8789 100644 --- a/sys-devel/gnuconfig/gnuconfig-20120116.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20120116.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-20120116.ebuild,v 1.1 2012/03/03 22:24:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20120116.ebuild,v 1.2 2012/04/23 03:59:53 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 ~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" |