diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 22:28:49 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 23:00:45 +0100 |
commit | 1212a88d3ed4a1d2fd9b6685331b2682b3dfa49c (patch) | |
tree | bf593ff9677b46ec12c6922a330beabbdefe6321 /net-vpn | |
parent | net-voip/linphone: Remove linguas_* from IUSE. (diff) | |
download | gentoo-1212a88d3ed4a1d2fd9b6685331b2682b3dfa49c.tar.gz gentoo-1212a88d3ed4a1d2fd9b6685331b2682b3dfa49c.tar.bz2 gentoo-1212a88d3ed4a1d2fd9b6685331b2682b3dfa49c.zip |
net-vpn/openconnect: Remove linguas_* from IUSE.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/openconnect/openconnect-7.06-r1.ebuild | 9 | ||||
-rw-r--r-- | 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 05a2ee85629a..86c9caecd8f8 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 8e558096c0e6..c56cb72b396b 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 |