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

(-)a2jmidid-6.orig (-3 / +10 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/a2jmidid-6.ebuild,v 1.2 2012/05/05 08:02:52 mgorny Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/a2jmidid-6.ebuild,v 1.2 2012/05/05 08:02:52 mgorny Exp $
4
4
5
inherit toolchain-funcs
5
EAPI=2
6
7
PYTHON_DEPEND="2:2.7"
8
inherit python toolchain-funcs
6
9
7
DESCRIPTION="Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system."
10
DESCRIPTION="Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system."
8
HOMEPAGE="http://home.gna.org/a2jmidid/"
11
HOMEPAGE="http://home.gna.org/a2jmidid/"
Lines 17-24 Link Here
17
	media-sound/jack-audio-connection-kit
20
	media-sound/jack-audio-connection-kit
18
	sys-apps/dbus"
21
	sys-apps/dbus"
19
DEPEND="${RDEPEND}
22
DEPEND="${RDEPEND}
20
	virtual/pkgconfig
23
	virtual/pkgconfig"
21
	dev-lang/python"
24
25
pkg_setup() {
26
	python_set_active_version 2
27
	python_pkg_setup
28
}
22
29
23
src_compile() {
30
src_compile() {
24
	tc-export CC AR CPP LD RANLIB
31
	tc-export CC AR CPP LD RANLIB

Return to bug 428462