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 | 9d85df71fa4900b7c4aa2bf996dd50fafc36c5c2 (patch) | |
tree | 77be445d439bd821d87e43da8578735b121ed6c0 /sys-devel | |
parent | Backport usb changes from live ebuild. (diff) | |
download | gentoo-2-9d85df71fa4900b7c4aa2bf996dd50fafc36c5c2.tar.gz gentoo-2-9d85df71fa4900b7c4aa2bf996dd50fafc36c5c2.tar.bz2 gentoo-2-9d85df71fa4900b7c4aa2bf996dd50fafc36c5c2.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" |