diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-12-27 23:25:07 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-12-27 23:25:07 +0000 |
commit | a8a3b1c6413beac7e765dcda9c7a8deff549b03f (patch) | |
tree | 97944c201641a445427fa8789cf98af0e330c4a1 /x11-libs/qt-assistant | |
parent | Fix build error with USE="-X -python". Bug #202360 by Diego. (diff) | |
download | gentoo-2-a8a3b1c6413beac7e765dcda9c7a8deff549b03f.tar.gz gentoo-2-a8a3b1c6413beac7e765dcda9c7a8deff549b03f.tar.bz2 gentoo-2-a8a3b1c6413beac7e765dcda9c7a8deff549b03f.zip |
built_with_use dep fix
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'x11-libs/qt-assistant')
-rw-r--r-- | x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild b/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild index e0ea05c547a2..f1898939e6e7 100644 --- a/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild +++ b/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild,v 1.2 2007/12/26 00:44:32 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild,v 1.3 2007/12/27 23:25:07 caleb Exp $ inherit qt4-build @@ -49,7 +49,7 @@ src_compile() { pkg_setup() { qt4-build_pkg_setup - if ! built_with_use ~x11-libs/qt-sql sqlite; then + if ! built_with_use x11-libs/qt-sql sqlite; then die "You must first emerge x11-libs/qt-sql with the \"sqlite\" use flag in order to use qt-assistant" fi } |