diff options
author | Markus Meier <maekke@gentoo.org> | 2013-06-09 09:13:18 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-06-09 09:13:18 +0000 |
commit | d5d5a98a67c744dbf918403d5e45eddd4ca4c9e2 (patch) | |
tree | 80cac803e1e466995e823a1e0704654a63ac2d34 /net-libs | |
parent | Add missing dependency, bug 456360 (diff) | |
download | gentoo-2-d5d5a98a67c744dbf918403d5e45eddd4ca4c9e2.tar.gz gentoo-2-d5d5a98a67c744dbf918403d5e45eddd4ca4c9e2.tar.bz2 gentoo-2-d5d5a98a67c744dbf918403d5e45eddd4ca4c9e2.zip |
arm stable, bug #471788
(Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'net-libs')
-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 ad5ec95ee517..58a311fef6fd 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.436 2013/06/04 12:27:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.437 2013/06/09 09:13:18 maekke Exp $ + + 09 Jun 2013; Markus Meier <maekke@gentoo.org> gnutls-2.12.23-r1.ebuild: + arm stable, bug #471788 04 Jun 2013; Agostino Sarubbo <ago@gentoo.org> gnutls-2.12.23-r1.ebuild: Stable for x86, wrt bug #471788 diff --git a/net-libs/gnutls/gnutls-2.12.23-r1.ebuild b/net-libs/gnutls/gnutls-2.12.23-r1.ebuild index f58b738a6743..be93401681bc 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.5 2013/06/04 12:27:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-2.12.23-r1.ebuild,v 1.6 2013/06/09 09:13:18 maekke 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 |