diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-07-28 02:52:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-07-28 02:52:37 +0000 |
commit | 99200a68f1103038fc29b7e79a3b9d4dbf675dbe (patch) | |
tree | e48899105ed4158c5ebbab3ae999903de94c5673 /sys-devel/gnuconfig | |
parent | Remove old with unsatisfiable deps (diff) | |
download | historical-99200a68f1103038fc29b7e79a3b9d4dbf675dbe.tar.gz historical-99200a68f1103038fc29b7e79a3b9d4dbf675dbe.tar.bz2 historical-99200a68f1103038fc29b7e79a3b9d4dbf675dbe.zip |
Stabilize for all.
Diffstat (limited to 'sys-devel/gnuconfig')
-rw-r--r-- | sys-devel/gnuconfig/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gnuconfig/gnuconfig-20150308.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gnuconfig/ChangeLog b/sys-devel/gnuconfig/ChangeLog index a930795283ac..316da0a9f04d 100644 --- a/sys-devel/gnuconfig/ChangeLog +++ b/sys-devel/gnuconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gnuconfig # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.87 2015/03/29 19:32:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.88 2015/07/28 02:52:37 vapier Exp $ + + 27 Jul 2015; Mike Frysinger <vapier@gentoo.org> gnuconfig-20150308.ebuild: + Stabilize for all. *gnuconfig-20150308 (29 Mar 2015) diff --git a/sys-devel/gnuconfig/gnuconfig-20150308.ebuild b/sys-devel/gnuconfig/gnuconfig-20150308.ebuild index 431301f3ed07..8f02d541ec14 100644 --- a/sys-devel/gnuconfig/gnuconfig-20150308.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20150308.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20150308.ebuild,v 1.1 2015/03/29 19:32:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20150308.ebuild,v 1.2 2015/07/28 02:52:37 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" |