diff options
author | Owen Stampflee <owen@gentoo.org> | 2002-07-16 02:56:20 +0000 |
---|---|---|
committer | Owen Stampflee <owen@gentoo.org> | 2002-07-16 02:56:20 +0000 |
commit | 38c3e1a65bb12d8908639b2559a1222fd13e4545 (patch) | |
tree | e0ba37240944dcd4161ebc9207b9c830fd59794a /app-emulation/bochs | |
parent | Added KEYWORDS (diff) | |
download | historical-38c3e1a65bb12d8908639b2559a1222fd13e4545.tar.gz historical-38c3e1a65bb12d8908639b2559a1222fd13e4545.tar.bz2 historical-38c3e1a65bb12d8908639b2559a1222fd13e4545.zip |
Added KEYWORDS
Diffstat (limited to 'app-emulation/bochs')
-rw-r--r-- | app-emulation/bochs/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-1.4.ebuild | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog index 3f5943c7ea84..f79db019408a 100644 --- a/app-emulation/bochs/ChangeLog +++ b/app-emulation/bochs/ChangeLog @@ -1,8 +1,12 @@ # ChangeLog for app-emulation/darcnes # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.3 2002/05/08 08:48:20 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.4 2002/07/16 02:52:22 owen Exp $ *bochs-1.4 (7 May 2002): + + 15 Jul 2002; Owen Stampflee <owen@gentoo.org> : + Added KEYWORDS. + 7 may 2002; Spider <spider@gentoo.org> bochs-1.4.ebuild: fix sourceforge mirror diff --git a/app-emulation/bochs/bochs-1.4.ebuild b/app-emulation/bochs/bochs-1.4.ebuild index f9409359d13e..0408e619ccdf 100644 --- a/app-emulation/bochs/bochs-1.4.ebuild +++ b/app-emulation/bochs/bochs-1.4.ebuild @@ -14,6 +14,7 @@ HOMEPAGE="http://bochs.sourceforge.net" #build-time dependencies DEPEND=">=sys-libs/glibc-2.1.3 >=x11-base/xfree-4.0.1" +KEYWORDS="x86 ppc" src_unpack() { |