summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-07-28 14:16:51 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-07-28 14:16:51 +0000
commit9c867448365c13876358a062a4a842a865e2350d (patch)
treed31ee93370d4c7d2f76b14116ab3a2ff47af1408 /app-crypt/qca/qca-1.0-r2.ebuild
parentfix typo (diff)
downloadgentoo-2-9c867448365c13876358a062a4a842a865e2350d.tar.gz
gentoo-2-9c867448365c13876358a062a4a842a865e2350d.tar.bz2
gentoo-2-9c867448365c13876358a062a4a842a865e2350d.zip
Fix qt dep per bug #100235
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-crypt/qca/qca-1.0-r2.ebuild')
-rw-r--r--app-crypt/qca/qca-1.0-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/qca/qca-1.0-r2.ebuild b/app-crypt/qca/qca-1.0-r2.ebuild
index 423aac3ea355..c22a007b8619 100644
--- a/app-crypt/qca/qca-1.0-r2.ebuild
+++ b/app-crypt/qca/qca-1.0-r2.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/app-crypt/qca/qca-1.0-r2.ebuild,v 1.10 2005/07/09 21:20:12 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca/qca-1.0-r2.ebuild,v 1.11 2005/07/28 14:13:06 caleb Exp $
-inherit eutils
+inherit eutils qt3
DESCRIPTION="Qt Cryptographic Architecture (QCA)"
HOMEPAGE="http://delta.affinix.com/qca/"
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86"
IUSE="ssl"
-DEPEND=">=x11-libs/qt-3.3.0-r1"
+DEPEND="$(qt_min_version 3.3.0)"
RDEPEND=" ssl? ( app-crypt/qca-tls ) "
src_unpack() {