summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Becker <geoman@gentoo.org>2004-07-29 18:35:00 +0000
committerStephen Becker <geoman@gentoo.org>2004-07-29 18:35:00 +0000
commit2ba7d22d59feef5f0d298b384cd70cc511c619c9 (patch)
tree8033bb74e97b2bbd94e9910e13877ad2aa7d1e8d /net-libs/gnutls
parentStable on mips. (Manifest recommit) (diff)
downloadgentoo-2-2ba7d22d59feef5f0d298b384cd70cc511c619c9.tar.gz
gentoo-2-2ba7d22d59feef5f0d298b384cd70cc511c619c9.tar.bz2
gentoo-2-2ba7d22d59feef5f0d298b384cd70cc511c619c9.zip
Stable on mips.
Diffstat (limited to 'net-libs/gnutls')
-rw-r--r--net-libs/gnutls/ChangeLog5
-rw-r--r--net-libs/gnutls/gnutls-1.0.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/gnutls/ChangeLog b/net-libs/gnutls/ChangeLog
index 9f2601379efe..8afac2914918 100644
--- a/net-libs/gnutls/ChangeLog
+++ b/net-libs/gnutls/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/gnutls
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.24 2004/07/24 04:43:43 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.25 2004/07/29 18:35:00 geoman Exp $
+
+ 29 Jul 2004; Stephen P. Becker <geoman@gentoo.org> gnutls-1.0.4.ebuild:
+ Stable on mips.
24 Jul 2004; Alastair Tse <liquidx@gentoo.org>
+files/gnutls-1.0.14-extra.h.patch, gnutls-1.0.14.ebuild:
diff --git a/net-libs/gnutls/gnutls-1.0.4.ebuild b/net-libs/gnutls/gnutls-1.0.4.ebuild
index a9a8c4648e76..4656ad16fe27 100644
--- a/net-libs/gnutls/gnutls-1.0.4.ebuild
+++ b/net-libs/gnutls/gnutls-1.0.4.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/net-libs/gnutls/gnutls-1.0.4.ebuild,v 1.10 2004/06/24 23:11:19 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-1.0.4.ebuild,v 1.11 2004/07/29 18:35:00 geoman Exp $
DESCRIPTION="A TLS 1.0 and SSL 3.0 implementation for the GNU project"
HOMEPAGE="http://www.gnutls.org/"
@@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.gnutls.org/pub/gnutls/${P}.tar.gz"
IUSE="zlib doc crypt"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="x86 amd64 ~sparc ~ppc ~mips ~alpha"
+KEYWORDS="x86 amd64 ~sparc ~ppc mips ~alpha"
DEPEND=">=dev-libs/libgcrypt-1.1.90
crypt? ( >=app-crypt/opencdk-0.5.3 )