summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-13 13:52:06 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-13 13:52:06 +0000
commit4b2b869846953e0a562cc8cfcd3ea2236b1c21da (patch)
tree57f98932e3bfddb89cf20c3069b2276d14dbc4e7 /media-sound/prokyon3
parentMove addwrite/addpredict in global scope, as they don't work in pkg_setup(). ... (diff)
downloadhistorical-4b2b869846953e0a562cc8cfcd3ea2236b1c21da.tar.gz
historical-4b2b869846953e0a562cc8cfcd3ea2236b1c21da.tar.bz2
historical-4b2b869846953e0a562cc8cfcd3ea2236b1c21da.zip
QA: Use full atoms for best_version, has_version and built_with_use queries.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-sound/prokyon3')
-rw-r--r--media-sound/prokyon3/prokyon3-0.9.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/prokyon3/prokyon3-0.9.2.ebuild b/media-sound/prokyon3/prokyon3-0.9.2.ebuild
index a30fbf7fc772..8970685b7e85 100644
--- a/media-sound/prokyon3/prokyon3-0.9.2.ebuild
+++ b/media-sound/prokyon3/prokyon3-0.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/prokyon3/prokyon3-0.9.2.ebuild,v 1.8 2005/07/07 04:45:22 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/prokyon3/prokyon3-0.9.2.ebuild,v 1.9 2005/07/13 13:50:51 swegener Exp $
inherit eutils
@@ -22,7 +22,7 @@ DEPEND="=x11-libs/qt-3*
>=media-libs/libvorbis-1.0 )"
pkg_setup() {
- if has_version qt && ! built_with_use qt mysql ; then
+ if has_version x11-libs/qt && ! built_with_use x11-libs/qt mysql ; then
eerror "You have installed Qt without MySQL support."
eerror "Please make sure "mysql" is in your USE variable"
eerror "and reemerge Qt"