diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 22:30:50 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 23:00:46 +0100 |
commit | 72c357e9f129de93fc8d8a4cc75fd6ee3e75fd56 (patch) | |
tree | 724db91df9627f8c206657eacf383172a0c24aa9 /net-wireless | |
parent | net-vpn/openconnect: Remove linguas_* from IUSE. (diff) | |
download | gentoo-72c357e9f129de93fc8d8a4cc75fd6ee3e75fd56.tar.gz gentoo-72c357e9f129de93fc8d8a4cc75fd6ee3e75fd56.tar.bz2 gentoo-72c357e9f129de93fc8d8a4cc75fd6ee3e75fd56.zip |
net-wireless/wireless-tools: Remove linguas_* from IUSE.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/wireless-tools/wireless-tools-30_pre9.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-wireless/wireless-tools/wireless-tools-30_pre9.ebuild b/net-wireless/wireless-tools/wireless-tools-30_pre9.ebuild index bc64bc53b2f2..5d1c1e649408 100644 --- a/net-wireless/wireless-tools/wireless-tools-30_pre9.ebuild +++ b/net-wireless/wireless-tools/wireless-tools-30_pre9.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="4" @@ -16,7 +16,7 @@ SRC_URI="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh ~sparc x86" -IUSE="linguas_cs linguas_fr multicall" +IUSE="multicall" DEPEND="sys-apps/sed" RDEPEND="" @@ -53,9 +53,9 @@ src_install() { emake PREFIX="${ED}" install-iwmulticall fi - has cs ${LINGUAS} || rm -rf "${ED}"/usr/share/man/cs - has fr ${LINGUAS} || rm -rf "${ED}"/usr/share/man/fr.{ISO8859-1,UTF-8} + has cs ${LINGUAS-cs} || rm -rf "${ED}"/usr/share/man/cs + has fr ${LINGUAS-fr} || rm -rf "${ED}"/usr/share/man/fr.{ISO8859-1,UTF-8} dodoc CHANGELOG.h HOTPLUG-UDEV.txt IFRENAME-VS-XXX.txt PCMCIA.txt README - has fr ${LINGUAS} && dodoc README.fr + has fr ${LINGUAS-fr} && dodoc README.fr } |