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

Collapse All | Expand All

(-)exaile-0.3.1_beta.ebuild (-2 / +3 lines)
Lines 15-21 SRC_URI="http://launchpad.net/exaile/${P Link Here
15
LICENSE="GPL-2 GPL-3"
15
LICENSE="GPL-2 GPL-3"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
17
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
18
IUSE="cddb hal libnotify +libsexy nls"
18
IUSE="aac cddb hal libnotify +libsexy nls"
19
19
20
RDEPEND="dev-python/dbus-python
20
RDEPEND="dev-python/dbus-python
21
	>=media-libs/mutagen-1.10
21
	>=media-libs/mutagen-1.10
Lines 27-33 RDEPEND="dev-python/dbus-python Link Here
27
	libnotify? ( dev-python/notify-python )
27
	libnotify? ( dev-python/notify-python )
28
	libsexy? ( dev-python/sexy-python )
28
	libsexy? ( dev-python/sexy-python )
29
	hal? ( sys-apps/hal )
29
	hal? ( sys-apps/hal )
30
	cddb? ( dev-python/cddb-py )"
30
	cddb? ( dev-python/cddb-py )
31
	aac? ( media-plugins/gst-plugins-faad:0.10 )"
31
DEPEND="nls? ( dev-util/intltool
32
DEPEND="nls? ( dev-util/intltool
32
	sys-devel/gettext )"
33
	sys-devel/gettext )"
33
34

Return to bug 308995