summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2006-11-15 10:01:10 +0000
committerJakub Moc <jakub@gentoo.org>2006-11-15 10:01:10 +0000
commit49c585e5ede2f64a372e8987537e1ab5176473b7 (patch)
tree67281be12a977a06bccba094f6340660785367fc /media-sound/exaile/exaile-0.2.5.ebuild
parentnet-firewall/nufw: in portage now (diff)
downloadsunrise-49c585e5ede2f64a372e8987537e1ab5176473b7.tar.gz
sunrise-49c585e5ede2f64a372e8987537e1ab5176473b7.tar.bz2
sunrise-49c585e5ede2f64a372e8987537e1ab5176473b7.zip
media-sound/exaile - dbus-1.0 porting
svn path=/sunrise/; revision=1920
Diffstat (limited to 'media-sound/exaile/exaile-0.2.5.ebuild')
-rw-r--r--media-sound/exaile/exaile-0.2.5.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/media-sound/exaile/exaile-0.2.5.ebuild b/media-sound/exaile/exaile-0.2.5.ebuild
index b00c2029e..78d770205 100644
--- a/media-sound/exaile/exaile-0.2.5.ebuild
+++ b/media-sound/exaile/exaile-0.2.5.ebuild
@@ -25,7 +25,8 @@ RDEPEND="${DEPEND}
>=media-libs/mutagen-1.6
>=media-plugins/gst-plugins-gconf-0.10
dev-python/elementtree
- sys-apps/dbus
+ || ( >=dev-python/dbus-python-0.71
+ ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) )
fam? ( app-admin/gamin )
mp3? ( >=media-plugins/gst-plugins-mad-0.10 )
flac? ( >=media-plugins/gst-plugins-flac-0.10 )
@@ -38,9 +39,11 @@ RDEPEND="${DEPEND}
S=${WORKDIR}/${MY_P}
pkg_setup() {
- if ! built_with_use sys-apps/dbus python; then
- eerror "dbus has to be built with python support"
- die "dbus python use-flag not set"
+ if has_version "<sys-apps/dbus-0.94" ; then
+ if ! built_with_use sys-apps/dbus python; then
+ eerror "dbus has to be built with python support"
+ die "dbus python use-flag not set"
+ fi
fi
if use ipod && ! built_with_use media-libs/libgpod python ; then