diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-01-07 19:42:40 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-01-07 19:42:40 +0000 |
commit | 09c1f4b79754966784cca16a90c3ddaba22f935b (patch) | |
tree | 7bd87d3adcd67913f3a716e3fae862eba40c0722 /app-crypt/qca-tls | |
parent | lowering dependencies of qt (diff) | |
download | historical-09c1f4b79754966784cca16a90c3ddaba22f935b.tar.gz historical-09c1f4b79754966784cca16a90c3ddaba22f935b.tar.bz2 historical-09c1f4b79754966784cca16a90c3ddaba22f935b.zip |
lowering dependencies of qt
Diffstat (limited to 'app-crypt/qca-tls')
-rw-r--r-- | app-crypt/qca-tls/Manifest | 5 | ||||
-rw-r--r-- | app-crypt/qca-tls/qca-tls-1.0.ebuild | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/app-crypt/qca-tls/Manifest b/app-crypt/qca-tls/Manifest index 79501d46e589..3fae5e1e4df8 100644 --- a/app-crypt/qca-tls/Manifest +++ b/app-crypt/qca-tls/Manifest @@ -1,4 +1,3 @@ -MD5 5d2a15e2e4825e122ccb2e9e32bcbd1e ChangeLog 378 -MD5 182bdd15aced10b2dd06aa68a383e844 qca-tls-1.0.ebuild 817 -MD5 1e8b4307c7e275703fe1d7ced74caa96 attachment.cgi?id=23313 818 +MD5 6351501387bfa15abd83b35a31773f45 ChangeLog 480 +MD5 d34016d57d71d506a562f45eb18ca190 qca-tls-1.0.ebuild 815 MD5 5398cdc5d090333de8881b20f3d10f8e files/digest-qca-tls-1.0 63 diff --git a/app-crypt/qca-tls/qca-tls-1.0.ebuild b/app-crypt/qca-tls/qca-tls-1.0.ebuild index 0a620efcc856..c52ed21263fa 100644 --- a/app-crypt/qca-tls/qca-tls-1.0.ebuild +++ b/app-crypt/qca-tls/qca-tls-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-tls/qca-tls-1.0.ebuild,v 1.1 2004/01/03 17:29:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-tls/qca-tls-1.0.ebuild,v 1.2 2004/01/07 19:42:31 mholzer Exp $ DESCRIPTION="plugin to provide SSL/TLS capability to programs that utilize the Qt Cryptographic Architecture (QCA)" @@ -11,8 +11,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -DEPEND=">=x11-libs/qt-3.1.2-r4 - >=dev-libs/openssl-0.9.6i" +DEPEND=">=x11-libs/qt-3.0.5 + >=dev-libs/openssl-0.9.6i" src_compile() { ./configure || die "configure failed" |