diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-02-06 18:52:35 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-02-06 18:52:35 +0000 |
commit | 541acc72e8e096b9064c6bfd042db84ae4897c60 (patch) | |
tree | 00371b51ba4bf4600f5121c67f33e2d9c0648df0 /net-libs/gnutls | |
parent | amd64/x86 stable, bug #525260 (diff) | |
download | gentoo-2-541acc72e8e096b9064c6bfd042db84ae4897c60.tar.gz gentoo-2-541acc72e8e096b9064c6bfd042db84ae4897c60.tar.bz2 gentoo-2-541acc72e8e096b9064c6bfd042db84ae4897c60.zip |
amd64/x86 stable, bug #492522
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-libs/gnutls')
-rw-r--r-- | net-libs/gnutls/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/gnutls/gnutls-3.3.10-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/gnutls/ChangeLog b/net-libs/gnutls/ChangeLog index 882179a1efca..2b4db665e560 100644 --- a/net-libs/gnutls/ChangeLog +++ b/net-libs/gnutls/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/gnutls # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.525 2015/01/19 19:35:09 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.526 2015/02/06 18:52:35 pacho Exp $ + + 06 Feb 2015; Pacho Ramos <pacho@gentoo.org> gnutls-3.3.10-r2.ebuild: + amd64/x86 stable, bug #492522 *gnutls-3.3.12 (19 Jan 2015) diff --git a/net-libs/gnutls/gnutls-3.3.10-r2.ebuild b/net-libs/gnutls/gnutls-3.3.10-r2.ebuild index 559cbc055562..9e18d9bf459c 100644 --- a/net-libs/gnutls/gnutls-3.3.10-r2.ebuild +++ b/net-libs/gnutls/gnutls-3.3.10-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-3.3.10-r2.ebuild,v 1.5 2015/01/09 15:47:00 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-3.3.10-r2.ebuild,v 1.6 2015/02/06 18:52:35 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/gnutls/v$(get_version_component_range 1-2)/${P}.tar.xz" # soon to be relicensed as LGPL-2.1 unless heartbeat extension enabled. LICENSE="GPL-3 LGPL-3" SLOT="0" -KEYWORDS="alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN" IUSE="+cxx +crywrap dane doc examples guile nls pkcs11 static-libs test zlib ${IUSE_LINGUAS// / linguas_}" # heartbeat support is not disabled until re-licensing happens fullyf |