diff options
author | 2006-09-08 21:04:23 +0000 | |
---|---|---|
committer | 2006-09-08 21:04:23 +0000 | |
commit | 953581daf099a0e6efb952cbe4da42122ff2bf14 (patch) | |
tree | aaa5712c0c2f5dc5d1d45bbbd38db5c8c84333f7 /app-cdr/k3b/k3b-0.12.17.ebuild | |
parent | Re-assigning maintainership to sci-electronics. (diff) | |
download | historical-953581daf099a0e6efb952cbe4da42122ff2bf14.tar.gz historical-953581daf099a0e6efb952cbe4da42122ff2bf14.tar.bz2 historical-953581daf099a0e6efb952cbe4da42122ff2bf14.zip |
Accept dbus-qt3-old aside from dbus proper, and don't do the useflag check for that case.
Package-Manager: portage-2.1.1_rc1-r7
Diffstat (limited to 'app-cdr/k3b/k3b-0.12.17.ebuild')
-rw-r--r-- | app-cdr/k3b/k3b-0.12.17.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-cdr/k3b/k3b-0.12.17.ebuild b/app-cdr/k3b/k3b-0.12.17.ebuild index da02538b64e2..45e414528a7c 100644 --- a/app-cdr/k3b/k3b-0.12.17.ebuild +++ b/app-cdr/k3b/k3b-0.12.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-0.12.17.ebuild,v 1.1 2006/08/23 16:30:07 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-0.12.17.ebuild,v 1.2 2006/09/08 21:04:23 flameeyes Exp $ inherit kde eutils @@ -14,7 +14,8 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="alsa css dvdr encode ffmpeg flac hal kde mp3 musepack musicbrainz sndfile vcd vorbis" DEPEND="kde? ( || ( kde-base/kdesu kde-base/kdebase ) ) - hal? ( sys-apps/dbus sys-apps/hal ) + hal? ( || ( dev-libs/dbus-qt3-old sys-apps/dbus ) + sys-apps/hal ) media-libs/libsamplerate media-libs/taglib >=media-sound/cdparanoia-3.9.8 @@ -54,7 +55,7 @@ for X in ${LANGS}; do done pkg_setup() { - if use hal && ! built_with_use sys-apps/dbus qt3; then + if use hal && has_version '<sys-apps/dbus-0.91' && ! built_with_use sys-apps/dbus qt3; then eerror "You are trying to compile ${CATEGORY}/${PF} with the \"hal\" USE flag enabled," eerror "but sys-apps/dbus is not built with Qt3 support." die "rebuild sys-apps/dbus with the qt3 useflag" |