diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-11-17 13:17:00 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-11-17 13:17:00 +0000 |
commit | 365d13096ba8dc04f128c295d026b0c5a7f09a33 (patch) | |
tree | c75c5910cd8e10ed8f6e9476557b529c73756854 /app-emulation | |
parent | Marked ~amd64 (diff) | |
download | gentoo-2-365d13096ba8dc04f128c295d026b0c5a7f09a33.tar.gz gentoo-2-365d13096ba8dc04f128c295d026b0c5a7f09a33.tar.bz2 gentoo-2-365d13096ba8dc04f128c295d026b0c5a7f09a33.zip |
gtk2 removed
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/bochs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.1.1.ebuild | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog index 68bdf89b0b13..2993455122b3 100644 --- a/app-emulation/bochs/ChangeLog +++ b/app-emulation/bochs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/bochs # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.47 2005/09/19 21:39:45 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.48 2005/11/17 13:17:00 lu_zero Exp $ + + 17 Nov 2005; Luca Barbato <lu_zero@gentoo.org> bochs-2.1.1.ebuild: + gtk2 useflag removed from stable ebuild too *bochs-2.2.1-r1 (19 Sep 2005) diff --git a/app-emulation/bochs/bochs-2.1.1.ebuild b/app-emulation/bochs/bochs-2.1.1.ebuild index 9c074fdf663a..054998e40044 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.24 2005/07/07 02:52:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.1.1.ebuild,v 1.25 2005/11/17 13:17:00 lu_zero 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="debugger gtk2 readline sdl wxwindows" +IUSE="debugger readline sdl wxwindows" RDEPEND="virtual/libc virtual/x11 @@ -40,11 +40,7 @@ src_unpack() { src_compile() { use wxwindows && \ - if ! use gtk2 ; then - need-wxwidgets gtk - else need-wxwidgets gtk2 - fi [ "$ARCH" == "x86" ] \ && myconf="--enable-idle-hack --enable-fast-function-calls" |