diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-08-06 01:12:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-08-06 01:12:52 +0000 |
commit | 787fba58c09e6340779578ef325968cc2bf8340a (patch) | |
tree | 5464b2f7787751905c1a2b4b7135707cda9feda0 /sys-devel | |
parent | Backport usb changes from live ebuild. (diff) | |
download | historical-787fba58c09e6340779578ef325968cc2bf8340a.tar.gz historical-787fba58c09e6340779578ef325968cc2bf8340a.tar.bz2 historical-787fba58c09e6340779578ef325968cc2bf8340a.zip |
Stabilize for all.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gnuconfig/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gnuconfig/gnuconfig-20140212.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gnuconfig/ChangeLog b/sys-devel/gnuconfig/ChangeLog index bf4f7652562d..b2f7492ca3d5 100644 --- a/sys-devel/gnuconfig/ChangeLog +++ b/sys-devel/gnuconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gnuconfig # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.81 2014/07/06 23:17:47 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.82 2014/08/06 01:12:52 vapier Exp $ + + 06 Aug 2014; Mike Frysinger <vapier@gentoo.org> gnuconfig-20140212.ebuild: + Stabilize for all. 06 Jul 2014; Joshua Kinard <kumba@gentoo.org> gnuconfig-20131128.ebuild: Changed mips -> ~mips: we don't have a stable keyword anymore. diff --git a/sys-devel/gnuconfig/gnuconfig-20140212.ebuild b/sys-devel/gnuconfig/gnuconfig-20140212.ebuild index 9482dbd0a1fb..00faa70df767 100644 --- a/sys-devel/gnuconfig/gnuconfig-20140212.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20140212.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20140212.ebuild,v 1.2 2014/04/15 19:58:08 redlizard Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20140212.ebuild,v 1.3 2014/08/06 01:12:52 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 ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~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 arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~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" |