Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 192925
Collapse All | Expand All

(-)/usr/portage/media-sound/mpg123/mpg123-0.65.ebuild (-3 / +7 lines)
Lines 11-18 Link Here
11
LICENSE="LGPL-2.1"
11
LICENSE="LGPL-2.1"
12
SLOT="0"
12
SLOT="0"
13
13
14
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
14
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
15
IUSE="mmx 3dnow alsa oss sdl esd nas jack portaudio"
15
IUSE="mmx 3dnow 3dnowext alsa oss sdl esd nas jack portaudio sse"
16
16
17
RDEPEND="alsa? ( media-libs/alsa-lib )
17
RDEPEND="alsa? ( media-libs/alsa-lib )
18
	sdl? ( !alsa? ( !oss? ( media-libs/libsdl ) ) )
18
	sdl? ( !alsa? ( !oss? ( media-libs/libsdl ) ) )
Lines 46-53 Link Here
46
	else audiodev="dummy"
46
	else audiodev="dummy"
47
	fi
47
	fi
48
48
49
	if use 3dnow; then
49
	if use 3dnowext; then
50
		myconf="--with-cpu=3dnowext"
51
	elif use 3dnow; then
50
		myconf="--with-cpu=3dnow"
52
		myconf="--with-cpu=3dnow"
53
	elif use sse; then
54
		myconf="--with-cpu=sse"
51
	elif use mmx; then
55
	elif use mmx; then
52
		myconf="--with-cpu=mmx"
56
		myconf="--with-cpu=mmx"
53
	fi
57
	fi

Return to bug 192925