net-libs/gnutls: Only depend on libidn2 which provides pkgconfig files.
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 13 Feb 2017 10:40:27 +0000 (11:40 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 13 Feb 2017 10:40:41 +0000 (11:40 +0100)
Dropped ia64 and sparc KEYOWRDS because latest libidn2 ebuild don't have
such KEYWORDS.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-libs/gnutls/gnutls-3.5.9-r1.ebuild

index 62102b935dbda324848e71e4dac9513bbecb573c..537abe5ef00c0cacb39c837c4b7f21e089dfa388 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnupg/gnutls/v$(get_version_component_range 1-2)/${P}.tar.xz"
 
 LICENSE="GPL-3 LGPL-2.1"
 SLOT="0/30" # libgnutls.so number
-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"
+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"
 IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN"
 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_}"
 
@@ -31,7 +31,7 @@ RDEPEND=">=dev-libs/libtasn1-4.9:=[${MULTILIB_USEDEP}]
        nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
        pkcs11? ( >=app-crypt/p11-kit-0.23.1[${MULTILIB_USEDEP}] )
        zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
-       idn? ( net-dns/libidn2[${MULTILIB_USEDEP}] )
+       idn? ( >=net-dns/libidn2-0.16-r1[${MULTILIB_USEDEP}] )
        valgrind? ( dev-util/valgrind )
        test-full? (
                app-crypt/dieharder