diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-27 12:32:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-27 12:32:21 +0000 |
commit | 13635ddb716d5c495a5f7335b1349a9a50e4ce1c (patch) | |
tree | 771cead0ee197a9a32b4683bb91dd21b2e47d641 /net-libs/gnutls | |
parent | Stable for ia64, wrt bug #525260 (diff) | |
download | gentoo-2-13635ddb716d5c495a5f7335b1349a9a50e4ce1c.tar.gz gentoo-2-13635ddb716d5c495a5f7335b1349a9a50e4ce1c.tar.bz2 gentoo-2-13635ddb716d5c495a5f7335b1349a9a50e4ce1c.zip |
Stable for sparc, wrt bug #492522
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
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 478eb5f83e84..665d8daabc58 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.533 2015/04/10 08:30:28 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.534 2015/04/27 12:32:21 ago Exp $ + + 27 Apr 2015; Agostino Sarubbo <ago@gentoo.org> gnutls-3.3.10-r2.ebuild: + Stable for sparc, wrt bug #492522 10 Apr 2015; Alon Bar-Lev <alonbl@gentoo.org> gnutls-3.3.14.ebuild, gnutls-3.4.0.ebuild, metadata.xml: diff --git a/net-libs/gnutls/gnutls-3.3.10-r2.ebuild b/net-libs/gnutls/gnutls-3.3.10-r2.ebuild index 1fee7c2944b9..5df4799b514b 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.9 2015/04/10 07:48:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-3.3.10-r2.ebuild,v 1.10 2015/04/27 12:32:21 ago 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 |