diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-02-10 02:19:27 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-02-10 02:19:27 +0000 |
commit | dcf720c4935a5baa5b01c438325d02acdad2ce22 (patch) | |
tree | f78850900cbcc691e0c3ff028920ccf1cac5b0c8 /app-crypt/qca-tls | |
parent | libtool fixes #41013 (diff) | |
download | gentoo-2-dcf720c4935a5baa5b01c438325d02acdad2ce22.tar.gz gentoo-2-dcf720c4935a5baa5b01c438325d02acdad2ce22.tar.bz2 gentoo-2-dcf720c4935a5baa5b01c438325d02acdad2ce22.zip |
added amd64 keyword.
Diffstat (limited to 'app-crypt/qca-tls')
-rw-r--r-- | app-crypt/qca-tls/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/qca-tls/qca-tls-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/qca-tls/ChangeLog b/app-crypt/qca-tls/ChangeLog index 56f02a16f60b..c6219525b612 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.5 2004/02/08 15:06:24 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-tls/ChangeLog,v 1.6 2004/02/10 02:19:27 absinthe Exp $ + + 09 Feb 2004; Dylan Carlson <absinthe@gentoo.org> qca-tls-1.0.ebuild: + added amd64 keyword. 08 Feb 2004; <paul@gentoo.org> qca-tls-1.0.ebuild: Need a more recent qt as older versions have a broken plugin location diff --git a/app-crypt/qca-tls/qca-tls-1.0.ebuild b/app-crypt/qca-tls/qca-tls-1.0.ebuild index f83cfa0b4079..51d20ebf7cbd 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.4 2004/02/08 15:06:24 pauldv Exp $ +# $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 $ DESCRIPTION="plugin to provide SSL/TLS capability to programs that utilize the Qt Cryptographic Architecture (QCA)" @@ -9,7 +9,7 @@ SRC_URI="http://psi.affinix.com/beta/qca-tls-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ppc" +KEYWORDS="~x86 ppc amd64" DEPEND="!ppc? ( >=x11-libs/qt-3.2.1-r3 ) ppc? ( >=x11-libs/qt-3.0.5 ) |