diff options
author | Joshua Kinard <kumba@gentoo.org> | 2014-07-06 23:17:47 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2014-07-06 23:17:47 +0000 |
commit | a9c6674a9a412891c401f565750eb6492e227447 (patch) | |
tree | 284ae2bb921c5c3d5fdcaca711fbc431c409b1d0 | |
parent | Stable for AMD64 too. (diff) | |
download | gentoo-2-a9c6674a9a412891c401f565750eb6492e227447.tar.gz gentoo-2-a9c6674a9a412891c401f565750eb6492e227447.tar.bz2 gentoo-2-a9c6674a9a412891c401f565750eb6492e227447.zip |
Changed mips -> ~mips: we don't have a stable keyword anymore.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D25D95E3)
-rw-r--r-- | sys-devel/gnuconfig/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gnuconfig/gnuconfig-20131128.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gnuconfig/ChangeLog b/sys-devel/gnuconfig/ChangeLog index a169eda071fc..bf4f7652562d 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.80 2014/04/15 19:58:08 redlizard Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.81 2014/07/06 23:17:47 kumba Exp $ + + 06 Jul 2014; Joshua Kinard <kumba@gentoo.org> gnuconfig-20131128.ebuild: + Changed mips -> ~mips: we don't have a stable keyword anymore. 15 Apr 2014; redlizard <redlizard@gentoo.org> gnuconfig-20130516.ebuild, gnuconfig-20131128.ebuild, gnuconfig-20140212.ebuild, diff --git a/sys-devel/gnuconfig/gnuconfig-20131128.ebuild b/sys-devel/gnuconfig/gnuconfig-20131128.ebuild index 66779cbae64c..48ae10fdbddc 100644 --- a/sys-devel/gnuconfig/gnuconfig-20131128.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20131128.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-20131128.ebuild,v 1.4 2014/04/15 19:58:08 redlizard Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20131128.ebuild,v 1.5 2014/07/06 23:17:47 kumba 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" |