diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-05-02 08:55:30 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-05-02 08:55:30 +0000 |
commit | 2fe8f04b1ae9db4da2aaee2bdfa9dfe75694145a (patch) | |
tree | 049d598c6f564e6ccdc4f631c02487671647b3dd /sys-devel/gnuconfig | |
parent | Marked ~x64-freebsd (diff) | |
download | gentoo-2-2fe8f04b1ae9db4da2aaee2bdfa9dfe75694145a.tar.gz gentoo-2-2fe8f04b1ae9db4da2aaee2bdfa9dfe75694145a.tar.bz2 gentoo-2-2fe8f04b1ae9db4da2aaee2bdfa9dfe75694145a.zip |
Marked ~x64-freebsd
(Portage version: 2.2.01.18252-prefix/cvs/SunOS i386)
Diffstat (limited to 'sys-devel/gnuconfig')
-rw-r--r-- | sys-devel/gnuconfig/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gnuconfig/gnuconfig-20110202.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gnuconfig/ChangeLog b/sys-devel/gnuconfig/ChangeLog index 4f4231253598..21a4ccdf2d85 100644 --- a/sys-devel/gnuconfig/ChangeLog +++ b/sys-devel/gnuconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gnuconfig # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.54 2011/02/19 17:40:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.55 2011/05/02 08:55:30 grobian Exp $ + + 02 May 2011; Fabian Groffen <grobian@gentoo.org> gnuconfig-20110202.ebuild: + Marked ~x64-freebsd *gnuconfig-20110202 (19 Feb 2011) diff --git a/sys-devel/gnuconfig/gnuconfig-20110202.ebuild b/sys-devel/gnuconfig/gnuconfig-20110202.ebuild index f46a735abaef..cfa65641ff19 100644 --- a/sys-devel/gnuconfig/gnuconfig-20110202.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20110202.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20110202.ebuild,v 1.1 2011/02/19 17:40:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20110202.ebuild,v 1.2 2011/05/02 08:55:30 grobian Exp $ EAPI="2" @@ -10,7 +10,7 @@ if [[ ${PV} == "99999999" ]] ; then inherit git else SRC_URI="mirror://gentoo/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~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 ~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" |