diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-16 15:53:56 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-16 15:53:56 +0000 |
commit | 5498d9478375a7a0982153f60d27c0c96a05219c (patch) | |
tree | 408dfac920ca411ca790696429d2ebeef0715664 /app-crypt | |
parent | Revbump, move to ruby-fakegem (diff) | |
download | gentoo-2-5498d9478375a7a0982153f60d27c0c96a05219c.tar.gz gentoo-2-5498d9478375a7a0982153f60d27c0c96a05219c.tar.bz2 gentoo-2-5498d9478375a7a0982153f60d27c0c96a05219c.zip |
Fix old Qt4 depend so it doesn't show up as false-positive on tinderbox's x11-libs/qt list for Qt3 pkgs.
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/xca/xca-0.6.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/xca/xca-0.6.4.ebuild b/app-crypt/xca/xca-0.6.4.ebuild index 20ed0a435855..47262adf7a01 100644 --- a/app-crypt/xca/xca-0.6.4.ebuild +++ b/app-crypt/xca/xca-0.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/xca-0.6.4.ebuild,v 1.7 2009/04/20 20:15:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/xca-0.6.4.ebuild,v 1.8 2009/12/16 15:53:56 ssuominen Exp $ EAPI="1" inherit eutils toolchain-funcs flag-o-matic @@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc x86" IUSE="doc" RDEPEND=">=dev-libs/openssl-0.9.8 - || ( x11-libs/qt-gui:4 =x11-libs/qt-4.3* )" + x11-libs/qt-gui:4" DEPEND="${RDEPEND} doc? ( app-text/linuxdoc-tools )" |