diff options
author | 2004-12-31 06:12:16 +0000 | |
---|---|---|
committer | 2004-12-31 06:12:16 +0000 | |
commit | 76a70030cfae5abad209725b2c6a97209ca6d740 (patch) | |
tree | 1d79ddaafb77a662ba6d1498535b5ab35c305ede /app-portage | |
parent | Added ~sparc keyword. (Manifest recommit) (diff) | |
download | gentoo-2-76a70030cfae5abad209725b2c6a97209ca6d740.tar.gz gentoo-2-76a70030cfae5abad209725b2c6a97209ca6d740.tar.bz2 gentoo-2-76a70030cfae5abad209725b2c6a97209ca6d740.zip |
Added ~sparc keyword.
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/kentoo/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/kentoo/kentoo-0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/kentoo/ChangeLog b/app-portage/kentoo/ChangeLog index 8fd1da4403ab..406c605f364b 100644 --- a/app-portage/kentoo/ChangeLog +++ b/app-portage/kentoo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/kentoo # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/kentoo/ChangeLog,v 1.6 2004/10/05 22:58:15 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/kentoo/ChangeLog,v 1.7 2004/12/31 06:12:16 weeve Exp $ + + 30 Dec 2004; Jason Wever <weeve@gentoo.org> kentoo-0.4.ebuild: + Added ~sparc keyword. 05 Oct 2004; Dylan Carlson <absinthe@gentoo.org> kentoo-0.4.ebuild: KEYWORDS ~amd64 diff --git a/app-portage/kentoo/kentoo-0.4.ebuild b/app-portage/kentoo/kentoo-0.4.ebuild index 5e3b515f9f86..5d9e6e6aac4c 100644 --- a/app-portage/kentoo/kentoo-0.4.ebuild +++ b/app-portage/kentoo/kentoo-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/kentoo/kentoo-0.4.ebuild,v 1.3 2004/10/05 22:58:15 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/kentoo/kentoo-0.4.ebuild,v 1.4 2004/12/31 06:12:16 weeve Exp $ inherit kde need-kde 3.2 @@ -11,6 +11,6 @@ SRC_URI="http://www.ece.cmu.edu/~rholzer/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ppc ppc64 ~amd64" +KEYWORDS="~x86 ppc ppc64 ~amd64 ~sparc" IUSE="" |