diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-21 15:30:36 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-21 15:30:36 +0000 |
commit | 487f1e7f5215fc6a34fce81f22063597b546cc8a (patch) | |
tree | 4a659fa3d0d5b24afd9569854c55079e7d762786 /app-crypt/xca/xca-0.5.1.ebuild | |
parent | Remove testing ebuild. (diff) | |
download | gentoo-2-487f1e7f5215fc6a34fce81f22063597b546cc8a.tar.gz gentoo-2-487f1e7f5215fc6a34fce81f22063597b546cc8a.tar.bz2 gentoo-2-487f1e7f5215fc6a34fce81f22063597b546cc8a.zip |
Fix Qt dep per 98180
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-crypt/xca/xca-0.5.1.ebuild')
-rw-r--r-- | app-crypt/xca/xca-0.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/xca/xca-0.5.1.ebuild b/app-crypt/xca/xca-0.5.1.ebuild index 20e06e5b57f7..8ebd15b96bb3 100644 --- a/app-crypt/xca/xca-0.5.1.ebuild +++ b/app-crypt/xca/xca-0.5.1.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/app-crypt/xca/xca-0.5.1.ebuild,v 1.3 2005/05/07 21:25:03 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/xca-0.5.1.ebuild,v 1.4 2005/07/21 15:30:36 caleb Exp $ inherit eutils kde toolchain-funcs @@ -14,7 +14,7 @@ KEYWORDS="~x86 ~ppc" IUSE="" DEPEND=">=dev-libs/openssl-0.9.6 - >=x11-libs/qt-2.2.4 + || ( =x11-libs/qt-3* =x11-libs/qt-2* ) >=sys-libs/db-3.2" src_unpack() { |