--- patchage-0.5.0.ebuild.tree 2012-11-07 10:00:33.384489003 +0100 +++ patchage-0.5.0.ebuild 2012-11-07 10:01:02.174660297 +0100 @@ -4,7 +4,9 @@ EAPI=2 -inherit toolchain-funcs +PYTHON_DEPEND="2" + +inherit toolchain-funcs python DESCRIPTION="Modular patch bay for audio and MIDI systems" HOMEPAGE="http://wiki.drobilla.net/Patchage" @@ -28,6 +30,11 @@ DEPEND="${RDEPEND} virtual/pkgconfig" +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} + src_configure() { tc-export CC CXX CPP AR RANLIB ./waf configure \