diff options
author | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2005-04-28 18:48:46 +0000 |
---|---|---|
committer | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2005-04-28 18:48:46 +0000 |
commit | aaccfe94aef4367569ca4122c56b8e413bee9a5f (patch) | |
tree | c42e389ee9daa3cc5c9f366ac011aae90620d47b /sys-boot | |
parent | Cleaning for mirror (diff) | |
download | gentoo-2-aaccfe94aef4367569ca4122c56b8e413bee9a5f.tar.gz gentoo-2-aaccfe94aef4367569ca4122c56b8e413bee9a5f.tar.bz2 gentoo-2-aaccfe94aef4367569ca4122c56b8e413bee9a5f.zip |
add -* to keywords
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/cromwell/ChangeLog | 9 | ||||
-rw-r--r-- | sys-boot/cromwell/cromwell-2.31.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sys-boot/cromwell/ChangeLog b/sys-boot/cromwell/ChangeLog index 1fa8a89f4860..466a98fdda14 100644 --- a/sys-boot/cromwell/ChangeLog +++ b/sys-boot/cromwell/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-boot/cromwell -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/cromwell/ChangeLog,v 1.2 2004/10/16 15:26:41 chrb Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/cromwell/ChangeLog,v 1.3 2005/04/28 18:48:46 wormo Exp $ + + 28 Apr 2005; Stephanie Lockwood-Childs <wormo@gentoo.org> + cromwell-2.31.ebuild: + add -* to keywords because this package is only applicable to xbox + which is only available in x86 architecture 16 Oct 2004; Chris Bainbridge <chrb@gentoo.org> cromwell-2.31.ebuild: mark stable diff --git a/sys-boot/cromwell/cromwell-2.31.ebuild b/sys-boot/cromwell/cromwell-2.31.ebuild index 2728d23ae916..41ef172cc0c5 100644 --- a/sys-boot/cromwell/cromwell-2.31.ebuild +++ b/sys-boot/cromwell/cromwell-2.31.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/cromwell/cromwell-2.31.ebuild,v 1.2 2004/10/16 15:26:41 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/cromwell/cromwell-2.31.ebuild,v 1.3 2005/04/28 18:48:46 wormo Exp $ inherit mount-boot @@ -12,7 +12,7 @@ RESTRICT="${RESTRICT} nostrip" DEPEND="" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="-* x86" PROVIDE="virtual/bootloader" src_compile() { |