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

(-)/usr/portage/media-sound/listen/listen-0.5_beta1-r1.ebuild (-9 / +1 lines)
Lines 39-45 Link Here
39
DEPEND="${RDEPEND}
39
DEPEND="${RDEPEND}
40
	>=x11-libs/gtk+-2.8
40
	>=x11-libs/gtk+-2.8
41
	>=media-libs/gstreamer-0.10.0
41
	>=media-libs/gstreamer-0.10.0
42
	>=sys-apps/dbus-0.50
42
	dev-python/dbus-python
43
	>=dev-lang/python-2.4
43
	>=dev-lang/python-2.4
44
	>=dev-python/pygtk-2.6
44
	>=dev-python/pygtk-2.6
45
	>=dev-python/gst-python-0.10
45
	>=dev-python/gst-python-0.10
Lines 59-72 Link Here
59
		die "media-libs/libgpod is missing the python binding."
59
		die "media-libs/libgpod is missing the python binding."
60
	fi
60
	fi
61
61
62
	if ! built_with_use sys-apps/dbus python ; then
63
		echo
64
		eerror "In order to install Listen, you need to have sys-apps/dbus"
65
		eerror "with 'python' in your USE flags. Please add that flag,"
66
		eerror "re-emerge dbus, and then emerge listen."
67
		die "sys-apps/dbus is missing the python binding."
68
	fi
69
70
	if ! built_with_use gnome-base/gnome-vfs hal ; then
62
	if ! built_with_use gnome-base/gnome-vfs hal ; then
71
		echo
63
		echo
72
		eerror "In order to install Listen, you need to have gnome-base/gnome-vfs"
64
		eerror "In order to install Listen, you need to have gnome-base/gnome-vfs"

Return to bug 157720