diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-12-21 09:25:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-12-21 09:25:23 +0000 |
commit | 3cb694630950bb1334021767cb4d5de57760e84c (patch) | |
tree | 373e8d9dfaa330ca170986cd4e76ab79f1b0543c /sys-devel/gnuconfig | |
parent | Version bump. (diff) | |
download | historical-3cb694630950bb1334021767cb4d5de57760e84c.tar.gz historical-3cb694630950bb1334021767cb4d5de57760e84c.tar.bz2 historical-3cb694630950bb1334021767cb4d5de57760e84c.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-20130516.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gnuconfig/ChangeLog b/sys-devel/gnuconfig/ChangeLog index fc305e418253..6b590ce6be80 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.73 2013/05/16 15:21:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.74 2013/12/21 09:25:23 vapier Exp $ + + 21 Dec 2013; Mike Frysinger <vapier@gentoo.org> gnuconfig-20130516.ebuild: + Stabilize for all. *gnuconfig-20130516 (16 May 2013) diff --git a/sys-devel/gnuconfig/gnuconfig-20130516.ebuild b/sys-devel/gnuconfig/gnuconfig-20130516.ebuild index e164f798611f..87512d50096a 100644 --- a/sys-devel/gnuconfig/gnuconfig-20130516.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20130516.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-20130516.ebuild,v 1.1 2013/05/16 15:21:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20130516.ebuild,v 1.2 2013/12/21 09:25:23 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 ~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" |