diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-01-15 22:47:58 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-01-15 22:47:58 +0000 |
commit | 751fa4ce86144981a933194faef60fb434ee8392 (patch) | |
tree | bc9268f6ed75367756ec67cbed31599e769866e0 /sys-devel | |
parent | Transfer Prefix keywords (diff) | |
download | gentoo-2-751fa4ce86144981a933194faef60fb434ee8392.tar.gz gentoo-2-751fa4ce86144981a933194faef60fb434ee8392.tar.bz2 gentoo-2-751fa4ce86144981a933194faef60fb434ee8392.zip |
Add prefix keywords to non-live ebuild
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gnuconfig/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gnuconfig/gnuconfig-20090819.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-devel/gnuconfig/ChangeLog b/sys-devel/gnuconfig/ChangeLog index 19d4911d0e84..7fb656264194 100644 --- a/sys-devel/gnuconfig/ChangeLog +++ b/sys-devel/gnuconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gnuconfig # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.40 2010/01/15 22:42:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.41 2010/01/15 22:47:58 abcd Exp $ + + 15 Jan 2010; Jonathan Callen <abcd@gentoo.org> gnuconfig-20090819.ebuild: + Add prefix keywords to non-live ebuild 15 Jan 2010; Christian Faulhammer <fauli@gentoo.org> gnuconfig-99999999.ebuild: diff --git a/sys-devel/gnuconfig/gnuconfig-20090819.ebuild b/sys-devel/gnuconfig/gnuconfig-20090819.ebuild index 0cd36cdd4a43..88523249a16a 100644 --- a/sys-devel/gnuconfig/gnuconfig-20090819.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20090819.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20090819.ebuild,v 1.1 2009/09/05 00:28:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20090819.ebuild,v 1.2 2010/01/15 22:47:58 abcd Exp $ inherit eutils if [[ ${PV} == "99999999" ]] ; then @@ -8,7 +8,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 ~sparc-fbsd ~x86 ~x86-fbsd" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~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" |