Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 551258 | Differences between
and this patch

Collapse All | Expand All

(-)a/app-emulation/bochs/bochs-2.6.ebuild (-2 / +2 lines)
Lines 15-21 SRC_URI="mirror://sourceforge/bochs/${P}.tar.gz" Link Here
15
LICENSE="LGPL-2.1"
15
LICENSE="LGPL-2.1"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
17
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
18
IUSE="3dnow avx debugger doc gdb ncurses readline svga sdl +smp wxwidgets vnc X +x86-64"
18
IUSE="3dnow avx debugger doc gdb ncurses pcidev readline svga sdl +smp wxwidgets vnc X +x86-64"
19
REQUIRED_USE="avx? ( x86-64 )
19
REQUIRED_USE="avx? ( x86-64 )
20
	gdb? ( !debugger !smp )
20
	gdb? ( !debugger !smp )
21
	debugger? ( !gdb )"
21
	debugger? ( !gdb )"
Lines 59-65 src_configure() { Link Here
59
		--enable-ne2000 \
59
		--enable-ne2000 \
60
		--enable-plugins \
60
		--enable-plugins \
61
		--enable-pci \
61
		--enable-pci \
62
		--enable-pcidev \
63
		--enable-pnic \
62
		--enable-pnic \
64
		--enable-raw-serial \
63
		--enable-raw-serial \
65
		--enable-sb16=linux \
64
		--enable-sb16=linux \
Lines 73-78 src_configure() { Link Here
73
		$(use_enable debugger) \
72
		$(use_enable debugger) \
74
		$(use_enable doc docbook) \
73
		$(use_enable doc docbook) \
75
		$(use_enable gdb gdb-stub) \
74
		$(use_enable gdb gdb-stub) \
75
		$(use_enable pcidev) \
76
		$(use_enable readline) \
76
		$(use_enable readline) \
77
		$(use_enable smp) \
77
		$(use_enable smp) \
78
		$(use_enable x86-64) \
78
		$(use_enable x86-64) \

Return to bug 551258