diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-07 02:52:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-07 02:52:13 +0000 |
commit | e6922bccdc085bb9940dc19ba10dea9d6b642ac9 (patch) | |
tree | 9b07019826dd93575cbd1abc3baae55f169a828d /app-emulation/bochs | |
parent | New release: 0.8. Removing old, unstable version. (diff) | |
download | historical-e6922bccdc085bb9940dc19ba10dea9d6b642ac9.tar.gz historical-e6922bccdc085bb9940dc19ba10dea9d6b642ac9.tar.bz2 historical-e6922bccdc085bb9940dc19ba10dea9d6b642ac9.zip |
change USE flag from bochs-debugger to debugger as it is in use.local.desc
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-emulation/bochs')
-rw-r--r-- | app-emulation/bochs/Manifest | 8 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.1.1.ebuild | 11 |
2 files changed, 9 insertions, 10 deletions
diff --git a/app-emulation/bochs/Manifest b/app-emulation/bochs/Manifest index 5f255dee8672..a2c2f0379d22 100644 --- a/app-emulation/bochs/Manifest +++ b/app-emulation/bochs/Manifest @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 f5681dbaff486b7ffd6b7e11b7f94fca bochs-2.1.1.ebuild 2439 +MD5 273efd5c1f0e06fbb9620b9583d6398c bochs-2.1.1.ebuild 2408 MD5 b378526dea0a003eeab6481bd2020897 bochs-2.1.ebuild 2144 MD5 9d13df7e866ad2cf6ac36182d798e3ca ChangeLog 4552 MD5 898131aae735c3477ff2f9c6882f1178 metadata.xml 223 @@ -11,7 +11,7 @@ MD5 8e9513ab2651bd41c0529405d45d3da1 files/digest-bochs-2.1 124 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCzJgeBXaUFmZvwyMRAmRGAJ9HDD2ZpHKaIyx13e9nV3KinhJCOgCePDwU -BwKsCFw8jJBpbl5iKXaH74g= -=G7Oz +iD8DBQFCzJjrBXaUFmZvwyMRAthLAJsFWoHVHI1YXMJHp+4rNRk7hy7orQCfXTho +5EfbMXb3sisrSsYP/YdSBB4= +=pkKB -----END PGP SIGNATURE----- diff --git a/app-emulation/bochs/bochs-2.1.1.ebuild b/app-emulation/bochs/bochs-2.1.1.ebuild index 4c356a8830b1..9c074fdf663a 100644 --- a/app-emulation/bochs/bochs-2.1.1.ebuild +++ b/app-emulation/bochs/bochs-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.1.1.ebuild,v 1.23 2005/07/07 02:48:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.1.1.ebuild,v 1.24 2005/07/07 02:52:13 agriffis Exp $ inherit eutils wxwidgets @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/bochs/${P}.tar.gz LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86 ppc alpha sparc amd64" -IUSE="bochs-debugger gtk2 readline sdl wxwindows" +IUSE="debugger gtk2 readline sdl wxwindows" RDEPEND="virtual/libc virtual/x11 @@ -54,16 +54,15 @@ src_compile() { myconf="${myconf} --with-gtk --with-wx" use wxwindows || \ myconf="${myconf} --without-gtk --without-wx" - use bochs-debugger && \ - myconf="$myconf --enable-debugger --enable-disasm - --enable-x86-debugger" + use debugger && \ + myconf="$myconf --enable-debugger --enable-disasm --enable-x86-debugger" ./configure \ --enable-fpu --enable-cdrom --enable-control-panel \ --enable-usb --enable-pci --enable-mmx --enable-sse\ --enable-cpu-level=6 --enable-vbe\ --enable-repeat-speedups --enable-guest2host-tlb \ - --enable-plugins --enable-debugger \ + --enable-plugins \ --enable-ignore-bad-msr \ --enable-ne2000 --enable-sb16=linux --enable-slowdown --prefix=/usr \ --infodir=/usr/share/info --mandir=/usr/share/man --host=${CHOST} \ |