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

Collapse All | Expand All

(-)/usr/portage/media-video/mplayer/mplayer-0.90_rc5.ebuild (+3 lines)
Lines 57-62 Link Here
57
	oggvorbis? ( media-libs/libvorbis )
57
	oggvorbis? ( media-libs/libvorbis )
58
	nls? ( sys-devel/gettext )
58
	nls? ( sys-devel/gettext )
59
	media-sound/cdparanoia
59
	media-sound/cdparanoia
60
	aalib? ( media-libs/aalib )
60
	>=sys-apps/portage-2.0.36"
61
	>=sys-apps/portage-2.0.36"
61
# Hardcode paranoia support for now, as there is no
62
# Hardcode paranoia support for now, as there is no
62
# related USE flag.
63
# related USE flag.
Lines 130-135 Link Here
130
		&& myconf="${myconf} --enable-freetype" \
131
		&& myconf="${myconf} --enable-freetype" \
131
		|| myconf="${myconf} --disable-freetype"
132
		|| myconf="${myconf} --disable-freetype"
132
133
134
	use aalib && myconf="${myconf} --enable-aa"
135
133
	use oss \
136
	use oss \
134
		|| myconf="${myconf} --disable-ossaudio"
137
		|| myconf="${myconf} --disable-ossaudio"
135
138

Return to bug 21984