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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +5 lines)
Line  Link Here
0
-- /usr/portage/media-libs/alsa-lib/alsa-lib-1.0.27.2.ebuild
0
++ /usr/local/portage/media-libs/alsa-lib/alsa-lib-1.0.27.2.ebuild
Lines 16-22 Link Here
16
LICENSE="LGPL-2.1"
16
LICENSE="LGPL-2.1"
17
SLOT="0"
17
SLOT="0"
18
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux"
18
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux"
19
IUSE="doc debug alisp python"
19
IUSE="doc debug alisp python test"
20
20
21
RDEPEND="python? ( ${PYTHON_DEPS} )
21
RDEPEND="python? ( ${PYTHON_DEPS} )
22
	abi_x86_32? (
22
	abi_x86_32? (
Lines 32-37 Link Here
32
32
33
src_prepare() {
33
src_prepare() {
34
	find . -name Makefile.am -exec sed -i -e '/CFLAGS/s:-g -O2::' {} + || die
34
	find . -name Makefile.am -exec sed -i -e '/CFLAGS/s:-g -O2::' {} + || die
35
	if use test && use elibc_uclibc; then
36
		epatch "${FILESDIR}/${P}-remove_oldapitest.patch"
37
	fi
35
	epatch_user
38
	epatch_user
36
	eautoreconf
39
	eautoreconf
37
}
40
}

Return to bug 509886