summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-07-25 15:40:59 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-07-25 15:40:59 +0000
commit2815f4d8b0edac8ad2ead9d19f32bc73732396ee (patch)
treeb052811e01664865fdeff73b526130111918a9e5 /dev-libs/qsa/qsa-1.1.1.ebuild
parentFix qt dep per bug #100235 (diff)
downloadhistorical-2815f4d8b0edac8ad2ead9d19f32bc73732396ee.tar.gz
historical-2815f4d8b0edac8ad2ead9d19f32bc73732396ee.tar.bz2
historical-2815f4d8b0edac8ad2ead9d19f32bc73732396ee.zip
Fix qt deps per bug #100235
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-libs/qsa/qsa-1.1.1.ebuild')
-rw-r--r--dev-libs/qsa/qsa-1.1.1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-libs/qsa/qsa-1.1.1.ebuild b/dev-libs/qsa/qsa-1.1.1.ebuild
index 044bb5536ae1..4bca5ad2b95a 100644
--- a/dev-libs/qsa/qsa-1.1.1.ebuild
+++ b/dev-libs/qsa/qsa-1.1.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/qsa/qsa-1.1.1.ebuild,v 1.3 2005/05/27 13:56:16 greg_g Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/qsa/qsa-1.1.1.ebuild,v 1.4 2005/07/25 15:40:59 caleb Exp $
-inherit eutils kde-functions
+inherit eutils qt3
S="${WORKDIR}/${PN}-x11-free-${PV}"
@@ -14,8 +14,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="doc examples ide threads"
-
-need-qt 3
+DEPEND="$(qt_min_version 3.2)"
src_compile() {
local myconf="-prefix ${D}${QTDIR}"