commit:     1212a88d3ed4a1d2fd9b6685331b2682b3dfa49c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 21:28:49 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 22:00:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1212a88d

net-vpn/openconnect: Remove linguas_* from IUSE.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-vpn/openconnect/openconnect-7.06-r1.ebuild | 9 +++------
 net-vpn/openconnect/openconnect-7.06-r4.ebuild | 9 +++------
 2 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/net-vpn/openconnect/openconnect-7.06-r1.ebuild 
b/net-vpn/openconnect/openconnect-7.06-r1.ebuild
index 05a2ee85629..86c9caecd8f 100644
--- a/net-vpn/openconnect/openconnect-7.06-r1.ebuild
+++ b/net-vpn/openconnect/openconnect-7.06-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -18,10 +18,6 @@ LICENSE="LGPL-2.1 GPL-2"
 SLOT="0/5"
 KEYWORDS="amd64 arm ~arm64 ppc64 x86"
 IUSE="doc +gnutls gssapi java libproxy nls smartcard static-libs"
-ILINGUAS="ar cs de el en_GB en_US es eu fi fr gl id lt nl pa pl pt pt_BR sk sl 
tg ug uk zh_CN zh_TW"
-for lang in $ILINGUAS; do
-       IUSE="${IUSE} linguas_${lang}"
-done
 
 DEPEND="dev-libs/libxml2
        sys-libs/zlib
@@ -60,7 +56,8 @@ pkg_setup() {
 }
 
 src_configure() {
-       strip-linguas $ILINGUAS
+       local ilinguas="ar cs de el en_GB en_US es eu fi fr gl id lt nl pa pl 
pt pt_BR sk sl tg ug uk zh_CN zh_TW"
+       strip-linguas ${ilinguas}
        echo ${LINGUAS} > po/LINGUAS
        if ! use doc; then
                # If the python cannot be found, the docs will not build

diff --git a/net-vpn/openconnect/openconnect-7.06-r4.ebuild 
b/net-vpn/openconnect/openconnect-7.06-r4.ebuild
index 8e558096c0e..c56cb72b396 100644
--- a/net-vpn/openconnect/openconnect-7.06-r4.ebuild
+++ b/net-vpn/openconnect/openconnect-7.06-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -18,10 +18,6 @@ LICENSE="LGPL-2.1 GPL-2"
 SLOT="0/5"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="doc +gnutls gssapi java libproxy libressl nls smartcard static-libs 
stoken"
-ILINGUAS="ar cs de el en_GB en_US es eu fi fr gl id lt nl pa pl pt pt_BR sk sl 
tg ug uk zh_CN zh_TW"
-for lang in $ILINGUAS; do
-       IUSE="${IUSE} linguas_${lang}"
-done
 
 DEPEND="dev-libs/libxml2
        sys-libs/zlib
@@ -63,7 +59,8 @@ pkg_setup() {
 }
 
 src_configure() {
-       strip-linguas $ILINGUAS
+       local ilinguas="ar cs de el en_GB en_US es eu fi fr gl id lt nl pa pl 
pt pt_BR sk sl tg ug uk zh_CN zh_TW"
+       strip-linguas ${ilinguas}
        echo ${LINGUAS} > po/LINGUAS
        if ! use doc; then
                # If the python cannot be found, the docs will not build

Reply via email to