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

(-)/usr/portage/media-plugins/caps-plugins/caps-plugins-0.1.10.ebuild (-2 / +2 lines)
Lines 11-24 Link Here
11
SRC_URI="http://quitte.de/dsp/caps_${PV}.tar.gz"
11
SRC_URI="http://quitte.de/dsp/caps_${PV}.tar.gz"
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="x86"
14
KEYWORDS="x86 ~amd64"
15
15
16
DEPEND="media-libs/ladspa-sdk"
16
DEPEND="media-libs/ladspa-sdk"
17
17
18
S=${WORKDIR}/${MY_P}
18
S=${WORKDIR}/${MY_P}
19
19
20
src_compile() {
20
src_compile() {
21
	make || die
21
	emake CFLAGS="$CFLAGS" || die
22
}
22
}
23
23
24
src_install() {
24
src_install() {

Return to bug 51670