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

(-)patchage-0.5.0.ebuild.tree (-1 / +8 lines)
Lines 4-10 Link Here
4
4
5
EAPI=2
5
EAPI=2
6
6
7
inherit toolchain-funcs
7
PYTHON_DEPEND="2"
8
9
inherit toolchain-funcs python
8
10
9
DESCRIPTION="Modular patch bay for audio and MIDI systems"
11
DESCRIPTION="Modular patch bay for audio and MIDI systems"
10
HOMEPAGE="http://wiki.drobilla.net/Patchage"
12
HOMEPAGE="http://wiki.drobilla.net/Patchage"
Lines 28-33 Link Here
28
DEPEND="${RDEPEND}
30
DEPEND="${RDEPEND}
29
	virtual/pkgconfig"
31
	virtual/pkgconfig"
30
32
33
pkg_setup() {
34
        python_set_active_version 2
35
        python_pkg_setup
36
}
37
31
src_configure() {
38
src_configure() {
32
	tc-export CC CXX CPP AR RANLIB
39
	tc-export CC CXX CPP AR RANLIB
33
	./waf configure \
40
	./waf configure \

Return to bug 442168