diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-03-05 14:21:38 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-03-05 14:21:38 +0000 |
commit | af6178af06973c7bdb39060fe1a8fc8d39c8fbb7 (patch) | |
tree | c313b1f8987590aa8d1bc5b15ba25e1f0e965aa0 /net-libs | |
parent | Version bump (diff) | |
download | gentoo-2-af6178af06973c7bdb39060fe1a8fc8d39c8fbb7.tar.gz gentoo-2-af6178af06973c7bdb39060fe1a8fc8d39c8fbb7.tar.bz2 gentoo-2-af6178af06973c7bdb39060fe1a8fc8d39c8fbb7.zip |
Stable for HPPA (bug #503394).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gnutls/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/gnutls/gnutls-2.12.23-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/gnutls/ChangeLog b/net-libs/gnutls/ChangeLog index dcbd3497d723..e8af91779715 100644 --- a/net-libs/gnutls/ChangeLog +++ b/net-libs/gnutls/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/gnutls # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.471 2014/03/04 20:26:38 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.472 2014/03/05 14:21:38 jer Exp $ + + 05 Mar 2014; Jeroen Roovers <jer@gentoo.org> gnutls-2.12.23-r4.ebuild: + Stable for HPPA (bug #503394). *gnutls-2.12.23-r4 (04 Mar 2014) diff --git a/net-libs/gnutls/gnutls-2.12.23-r4.ebuild b/net-libs/gnutls/gnutls-2.12.23-r4.ebuild index ccea65199632..2ada9eb1a389 100644 --- a/net-libs/gnutls/gnutls-2.12.23-r4.ebuild +++ b/net-libs/gnutls/gnutls-2.12.23-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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-r4.ebuild,v 1.1 2014/03/04 20:26:38 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-2.12.23-r4.ebuild,v 1.2 2014/03/05 14:21:38 jer 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 |