diff options
author | Richard Freeman <rich0@gentoo.org> | 2013-06-02 20:43:15 +0000 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2013-06-02 20:43:15 +0000 |
commit | c3191518551a2b0c0e83a8b7963621ccc4c32a8a (patch) | |
tree | 7357460d11aa3be9e516919a9e046865ba21b608 /net-libs/gnutls | |
parent | Stable on amd64/x86 (diff) | |
download | gentoo-2-c3191518551a2b0c0e83a8b7963621ccc4c32a8a.tar.gz gentoo-2-c3191518551a2b0c0e83a8b7963621ccc4c32a8a.tar.bz2 gentoo-2-c3191518551a2b0c0e83a8b7963621ccc4c32a8a.zip |
amd64 stable - 471788
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x08C170DE55EC123A)
Diffstat (limited to 'net-libs/gnutls')
-rw-r--r-- | net-libs/gnutls/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/gnutls/gnutls-2.12.23-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/gnutls/ChangeLog b/net-libs/gnutls/ChangeLog index 8098391be0ab..d921a3533fcd 100644 --- a/net-libs/gnutls/ChangeLog +++ b/net-libs/gnutls/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/gnutls # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.433 2013/06/02 12:30:18 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.434 2013/06/02 20:43:15 rich0 Exp $ + + 02 Jun 2013; Richard Freeman <rich0@gentoo.org> gnutls-2.12.23-r1.ebuild: + amd64 stable - 471788 02 Jun 2013; Alon Bar-Lev <alonbl@gentoo.org> +files/gnutls-3.2.1-build-gmp.patch, gnutls-3.2.1.ebuild: diff --git a/net-libs/gnutls/gnutls-2.12.23-r1.ebuild b/net-libs/gnutls/gnutls-2.12.23-r1.ebuild index 4857bea18741..ba31bf1b990a 100644 --- a/net-libs/gnutls/gnutls-2.12.23-r1.ebuild +++ b/net-libs/gnutls/gnutls-2.12.23-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-2.12.23-r1.ebuild,v 1.3 2013/05/31 16:00:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-2.12.23-r1.ebuild,v 1.4 2013/06/02 20:43:15 rich0 Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.gnutls.org/gcrypt/gnutls/v$(get_version_component_range 1-2)/ # LGPL-2.1 for libgnutls library and GPL-3 for libgnutls-extra library. LICENSE="GPL-3 LGPL-2.1" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="bindist +cxx doc examples guile lzo +nettle nls pkcs11 static-libs test zlib" RDEPEND=">=dev-libs/libtasn1-0.3.4 |