summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2004-02-28 21:28:40 +0000
committerGustavo Felisberto <humpback@gentoo.org>2004-02-28 21:28:40 +0000
commit412b7028095bcd07d93335e3f2795828dbc5edf9 (patch)
treee1f16f55032a9ddb2d95672fbf7b5a1a08f678a3 /app-crypt/qca-tls
parentInherited ruby.eclass (Manifest recommit) (diff)
downloadgentoo-2-412b7028095bcd07d93335e3f2795828dbc5edf9.tar.gz
gentoo-2-412b7028095bcd07d93335e3f2795828dbc5edf9.tar.bz2
gentoo-2-412b7028095bcd07d93335e3f2795828dbc5edf9.zip
stable on x86
Diffstat (limited to 'app-crypt/qca-tls')
-rw-r--r--app-crypt/qca-tls/ChangeLog5
-rw-r--r--app-crypt/qca-tls/qca-tls-1.0.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/app-crypt/qca-tls/ChangeLog b/app-crypt/qca-tls/ChangeLog
index c6219525b612..546b765e3b38 100644
--- a/app-crypt/qca-tls/ChangeLog
+++ b/app-crypt/qca-tls/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/qca-tls
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-tls/ChangeLog,v 1.6 2004/02/10 02:19:27 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-tls/ChangeLog,v 1.7 2004/02/28 21:28:40 humpback Exp $
+
+ 28 Feb 2004; Gustavo Felisberto <humpback@gentoo.org>; qca-tls-1.0.ebuild:
+ stable on x86
09 Feb 2004; Dylan Carlson <absinthe@gentoo.org> qca-tls-1.0.ebuild:
added amd64 keyword.
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() {