diff options
author | 2014-03-18 16:07:59 +0000 | |
---|---|---|
committer | 2014-03-18 16:07:59 +0000 | |
commit | 21b4c06e1b5446386f7091889255f1307d57a804 (patch) | |
tree | f1cfb4d5ca77fff70a5e7764ff7411ec65297f81 /net-libs | |
parent | Stable for ia64, wrt bug #502968 (diff) | |
download | gentoo-2-21b4c06e1b5446386f7091889255f1307d57a804.tar.gz gentoo-2-21b4c06e1b5446386f7091889255f1307d57a804.tar.bz2 gentoo-2-21b4c06e1b5446386f7091889255f1307d57a804.zip |
Stable for ia64, wrt bug #503394
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
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 89eeb2069113..7fb29ca1f75f 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.478 2014/03/16 11:08:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.479 2014/03/18 16:07:59 ago Exp $ + + 18 Mar 2014; Agostino Sarubbo <ago@gentoo.org> gnutls-2.12.23-r4.ebuild: + Stable for ia64, wrt bug #503394 16 Mar 2014; Agostino Sarubbo <ago@gentoo.org> gnutls-2.12.23-r4.ebuild: Stable for ppc, wrt bug #503394 diff --git a/net-libs/gnutls/gnutls-2.12.23-r4.ebuild b/net-libs/gnutls/gnutls-2.12.23-r4.ebuild index e1f649267def..83e7047f2d0f 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.7 2014/03/16 11:08:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-2.12.23-r4.ebuild,v 1.8 2014/03/18 16:07:59 ago 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 |