diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2004-02-28 21:28:40 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2004-02-28 21:28:40 +0000 |
commit | 412b7028095bcd07d93335e3f2795828dbc5edf9 (patch) | |
tree | e1f16f55032a9ddb2d95672fbf7b5a1a08f678a3 /app-crypt/qca-tls/qca-tls-1.0.ebuild | |
parent | Inherited ruby.eclass (Manifest recommit) (diff) | |
download | gentoo-2-412b7028095bcd07d93335e3f2795828dbc5edf9.tar.gz gentoo-2-412b7028095bcd07d93335e3f2795828dbc5edf9.tar.bz2 gentoo-2-412b7028095bcd07d93335e3f2795828dbc5edf9.zip |
stable on x86
Diffstat (limited to 'app-crypt/qca-tls/qca-tls-1.0.ebuild')
-rw-r--r-- | app-crypt/qca-tls/qca-tls-1.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-crypt/qca-tls/qca-tls-1.0.ebuild b/app-crypt/qca-tls/qca-tls-1.0.ebuild index 51d20ebf7cbd..c41fdf3c534b 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 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.5 2004/02/10 02:19:27 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-tls/qca-tls-1.0.ebuild,v 1.6 2004/02/28 21:28:40 humpback Exp $ DESCRIPTION="plugin to provide SSL/TLS capability to programs that utilize the Qt Cryptographic Architecture (QCA)" @@ -9,10 +9,11 @@ SRC_URI="http://psi.affinix.com/beta/qca-tls-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ppc amd64" +KEYWORDS="x86 ppc amd64" DEPEND="!ppc? ( >=x11-libs/qt-3.2.1-r3 ) ppc? ( >=x11-libs/qt-3.0.5 ) + x86? ( >=x11-libs/qt-3.3.0-r1 ) >=dev-libs/openssl-0.9.6i" src_compile() { |