diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-19 14:18:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-19 14:18:41 +0000 |
commit | 99e20e76a654fdb0212d438dba33f3ca6b49b5ac (patch) | |
tree | 0c0f5aa823ba750d8d8612e39973ceb43c51d2dd /app-crypt/qca-tls | |
parent | ~hppa/~ia64 KEYWORDS (diff) | |
download | historical-99e20e76a654fdb0212d438dba33f3ca6b49b5ac.tar.gz historical-99e20e76a654fdb0212d438dba33f3ca6b49b5ac.tar.bz2 historical-99e20e76a654fdb0212d438dba33f3ca6b49b5ac.zip |
ia64/hppa KEYWORDS
Diffstat (limited to 'app-crypt/qca-tls')
-rw-r--r-- | app-crypt/qca-tls/Manifest | 12 | ||||
-rw-r--r-- | app-crypt/qca-tls/qca-tls-1.0.ebuild | 8 |
2 files changed, 14 insertions, 6 deletions
diff --git a/app-crypt/qca-tls/Manifest b/app-crypt/qca-tls/Manifest index 4c0e1cdcc463..5ac9f1a566f0 100644 --- a/app-crypt/qca-tls/Manifest +++ b/app-crypt/qca-tls/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 e3e2588c6c051793efb01a42b62e2007 qca-tls-1.0.ebuild 848 MD5 8045a9e81f29595e1b361ae2857fd786 ChangeLog 1360 MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 -MD5 3671d5dd5ee844893a26a145f8702c4d qca-tls-1.0.ebuild 915 MD5 5398cdc5d090333de8881b20f3d10f8e files/digest-qca-tls-1.0 63 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFBdSJVHTu7gpaalycRAvfkAJ9cidhrlXOOGet1o9O3CNITwGRc9QCffO98 +3WbJ2wOHs4TynduB9PvLcMQ= +=GFKn +-----END PGP SIGNATURE----- diff --git a/app-crypt/qca-tls/qca-tls-1.0.ebuild b/app-crypt/qca-tls/qca-tls-1.0.ebuild index ab4ee3d47032..8b5f4f180add 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-2004 Gentoo Foundation # 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.12 2004/08/17 03:44:32 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-tls/qca-tls-1.0.ebuild,v 1.13 2004/10/19 14:18:41 vapier Exp $ DESCRIPTION="plugin to provide SSL/TLS capability to programs that utilize the Qt Cryptographic Architecture (QCA)" @@ -9,12 +9,10 @@ SRC_URI="http://psi.affinix.com/beta/qca-tls-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" +KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="" -KEYWORDS="x86 ppc amd64 sparc hppa ppc64" -DEPEND="!ppc? ( >=x11-libs/qt-3.2.1-r3 ) - ppc? ( >=x11-libs/qt-3.0.5 ) - x86? ( >=x11-libs/qt-3.3.0-r1 ) +DEPEND=">=x11-libs/qt-3.3.0-r1 >=dev-libs/openssl-0.9.6i" src_compile() { |