diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-06-24 09:45:19 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-06-24 09:45:19 +0000 |
commit | 3d6526f5bdf5eb86386824819a5973dbf8e3bf1d (patch) | |
tree | af7ffebf58a98e3459bbb6f839077075741a53bf /app-cdr | |
parent | Check for dbus to have the qt3 useflag thanks to Robert Sebastian Gerus <arac... (diff) | |
download | gentoo-2-3d6526f5bdf5eb86386824819a5973dbf8e3bf1d.tar.gz gentoo-2-3d6526f5bdf5eb86386824819a5973dbf8e3bf1d.tar.bz2 gentoo-2-3d6526f5bdf5eb86386824819a5973dbf8e3bf1d.zip |
better error message
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/k3b/k3b-0.12.14.ebuild | 6 | ||||
-rw-r--r-- | app-cdr/k3b/k3b-0.12.15.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-cdr/k3b/k3b-0.12.14.ebuild b/app-cdr/k3b/k3b-0.12.14.ebuild index 299f24ba0458..aaac01cf7f61 100644 --- a/app-cdr/k3b/k3b-0.12.14.ebuild +++ b/app-cdr/k3b/k3b-0.12.14.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.14.ebuild,v 1.7 2006/06/24 09:42:11 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-0.12.14.ebuild,v 1.8 2006/06/24 09:45:19 genstef Exp $ inherit kde eutils @@ -55,8 +55,8 @@ done pkg_setup() { if use hal && ! 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 Qt support." - die + eerror "but sys-apps/dbus is not built with Qt3 support." + die "rebuild sys-apps/dbus with the qt3 useflag" fi kde_pkg_setup diff --git a/app-cdr/k3b/k3b-0.12.15.ebuild b/app-cdr/k3b/k3b-0.12.15.ebuild index 9e1aefca6e10..170d3dae4642 100644 --- a/app-cdr/k3b/k3b-0.12.15.ebuild +++ b/app-cdr/k3b/k3b-0.12.15.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.15.ebuild,v 1.4 2006/06/24 09:42:11 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-0.12.15.ebuild,v 1.5 2006/06/24 09:45:19 genstef Exp $ inherit kde eutils @@ -56,8 +56,8 @@ done pkg_setup() { if use hal && ! 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 Qt support." - die + eerror "but sys-apps/dbus is not built with Qt3 support." + die "rebuild sys-apps/dbus with the qt3 useflag" fi kde_pkg_setup |