diff options
Diffstat (limited to 'app-emulation/bochs/bochs-2.0.ebuild')
-rw-r--r-- | app-emulation/bochs/bochs-2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/bochs/bochs-2.0.ebuild b/app-emulation/bochs/bochs-2.0.ebuild index a312a0367a07..e15580f63eca 100644 --- a/app-emulation/bochs/bochs-2.0.ebuild +++ b/app-emulation/bochs/bochs-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.0.ebuild,v 1.2 2003/02/13 07:12:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.0.ebuild,v 1.3 2003/06/29 20:06:54 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Bochs is a pc emulator. @@ -16,7 +16,7 @@ IUSE="sdl" DEPEND=">=sys-libs/glibc-2.1.3 >=x11-base/xfree-4.0.1 sdl? media-libs/libsdl" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" src_unpack() { unpack ${P}.tar.gz |