diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-05-16 15:21:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-05-16 15:21:04 +0000 |
commit | d5e2e1a664b0c7964c80868b8d1327c1f9e7f00b (patch) | |
tree | a2cdbd6e3ff2fd334bafcc430f29e2213cbeaf0f /sys-devel | |
parent | Run tests in parallel, and drop patch merged upstream. (diff) | |
download | gentoo-2-d5e2e1a664b0c7964c80868b8d1327c1f9e7f00b.tar.gz gentoo-2-d5e2e1a664b0c7964c80868b8d1327c1f9e7f00b.tar.bz2 gentoo-2-d5e2e1a664b0c7964c80868b8d1327c1f9e7f00b.zip |
Stabilize for all.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gnuconfig/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gnuconfig/gnuconfig-20130111.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gnuconfig/ChangeLog b/sys-devel/gnuconfig/ChangeLog index 67abb73bd87c..c566e53072cc 100644 --- a/sys-devel/gnuconfig/ChangeLog +++ b/sys-devel/gnuconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gnuconfig # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.71 2013/05/16 15:15:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.72 2013/05/16 15:21:04 vapier Exp $ + + 16 May 2013; Mike Frysinger <vapier@gentoo.org> gnuconfig-20130111.ebuild: + Stabilize for all. 16 May 2013; Mike Frysinger <vapier@gentoo.org> -files/99999999/0001-add-uClibc-guess-support.patch, diff --git a/sys-devel/gnuconfig/gnuconfig-20130111.ebuild b/sys-devel/gnuconfig/gnuconfig-20130111.ebuild index 91ec1231e0fb..152a8505109d 100644 --- a/sys-devel/gnuconfig/gnuconfig-20130111.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20130111.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20130111.ebuild,v 1.2 2013/02/17 19:58:44 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20130111.ebuild,v 1.3 2013/05/16 15:21:04 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 ~arm-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 ~arm-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" |