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 | 9d459f377b3f1189a23b738c72786ef5172c89e5 (patch) | |
tree | 3380a300f99f5bee7e2e0d0a00ff96cb8df97529 /app-crypt | |
parent | libtool fixes #41013 (diff) | |
download | historical-9d459f377b3f1189a23b738c72786ef5172c89e5.tar.gz historical-9d459f377b3f1189a23b738c72786ef5172c89e5.tar.bz2 historical-9d459f377b3f1189a23b738c72786ef5172c89e5.zip |
added amd64 keyword.
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/qca-tls/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/qca-tls/Manifest | 4 | ||||
-rw-r--r-- | app-crypt/qca-tls/qca-tls-1.0.ebuild | 4 |
3 files changed, 8 insertions, 5 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/Manifest b/app-crypt/qca-tls/Manifest index 30148d6129d9..009c2a9e951f 100644 --- a/app-crypt/qca-tls/Manifest +++ b/app-crypt/qca-tls/Manifest @@ -1,3 +1,3 @@ -MD5 8fdc6313433021e835a13aa33602175e ChangeLog 688 -MD5 985f7bf270fd1acba41ef8e6c7a610ab qca-tls-1.0.ebuild 861 +MD5 ef1249650a7e7980f45a12c3e0985370 ChangeLog 785 +MD5 fbff4bb43b2db0429bacaf3492abb045 qca-tls-1.0.ebuild 869 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 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 ) |