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

(-)/usr/portage/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20121202.ebuild (-2 / +3 lines)
Lines 6-17 Link Here
6
inherit emul-linux-x86
6
inherit emul-linux-x86
7
7
8
LICENSE="BSD FDL-1.2 GPL-2 LGPL-2.1 LGPL-2 MIT gsm public-domain"
8
LICENSE="BSD FDL-1.2 GPL-2 LGPL-2.1 LGPL-2 MIT gsm public-domain"
9
KEYWORDS="-* amd64"
9
KEYWORDS="-* ~amd64"
10
IUSE="alsa"
10
IUSE="alsa"
11
11
12
RDEPEND="~app-emulation/emul-linux-x86-baselibs-${PV}
12
RDEPEND="~app-emulation/emul-linux-x86-baselibs-${PV}
13
	~app-emulation/emul-linux-x86-medialibs-${PV}
13
	~app-emulation/emul-linux-x86-medialibs-${PV}
14
	!>=sci-libs/fftw-3.3.3-r1[abi_x86_32]"
14
	>=sci-libs/fftw-3.3.3-r1[abi_x86_32]"
15
15
16
src_prepare() {
16
src_prepare() {
17
	_ALLOWED="${S}/etc/env.d"
17
	_ALLOWED="${S}/etc/env.d"
Lines 19-24 Link Here
19
	ALLOWED="(${_ALLOWED})"
19
	ALLOWED="(${_ALLOWED})"
20
20
21
	emul-linux-x86_src_prepare
21
	emul-linux-x86_src_prepare
22
	rm -f "${S}"/usr/lib32/libfftw3*
22
23
23
	if use alsa; then
24
	if use alsa; then
24
		mv -f "${S}"/usr/bin/aoss{,32} || die
25
		mv -f "${S}"/usr/bin/aoss{,32} || die

Return to bug 455220