Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnutls/
Date: Mon, 13 Feb 2017 10:40:50
Message-Id: 1486982441.3580a4c5d0a9599d71c909c56b741018f4989788.polynomial-c@gentoo
1 commit: 3580a4c5d0a9599d71c909c56b741018f4989788
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 10:40:27 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 10:40:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3580a4c5
7
8 net-libs/gnutls: Only depend on libidn2 which provides pkgconfig files.
9
10 Dropped ia64 and sparc KEYOWRDS because latest libidn2 ebuild don't have
11 such KEYWORDS.
12
13 Package-Manager: Portage-2.3.3, Repoman-2.3.1
14
15 net-libs/gnutls/gnutls-3.5.9-r1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-libs/gnutls/gnutls-3.5.9-r1.ebuild b/net-libs/gnutls/gnutls-3.5.9-r1.ebuild
19 index 62102b935d..537abe5ef0 100644
20 --- a/net-libs/gnutls/gnutls-3.5.9-r1.ebuild
21 +++ b/net-libs/gnutls/gnutls-3.5.9-r1.ebuild
22 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnupg/gnutls/v$(get_version_component_range 1-2)/${P}.tar.xz"
23
24 LICENSE="GPL-3 LGPL-2.1"
25 SLOT="0/30" # libgnutls.so number
26 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
27 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
28 IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN"
29 IUSE="+cxx dane doc examples guile +idn nls +openssl pkcs11 sslv2 +sslv3 static-libs test test-full +tls-heartbeat tools valgrind zlib ${IUSE_LINGUAS// / linguas_}"
30
31 @@ -31,7 +31,7 @@ RDEPEND=">=dev-libs/libtasn1-4.9:=[${MULTILIB_USEDEP}]
32 nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
33 pkcs11? ( >=app-crypt/p11-kit-0.23.1[${MULTILIB_USEDEP}] )
34 zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
35 - idn? ( net-dns/libidn2[${MULTILIB_USEDEP}] )
36 + idn? ( >=net-dns/libidn2-0.16-r1[${MULTILIB_USEDEP}] )
37 valgrind? ( dev-util/valgrind )
38 test-full? (
39 app-crypt/dieharder