commit: 3702265abdfe1e566a5f853ae603a9c7603b81ee
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 5 21:24:15 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=3702265a
net-voip/linphone: Remove linguas_* from IUSE.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
net-voip/linphone/linphone-3.5.2.ebuild | 8 +++-----
net-voip/linphone/linphone-3.6.1.ebuild | 8 +++-----
2 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/net-voip/linphone/linphone-3.5.2.ebuild
b/net-voip/linphone/linphone-3.5.2.ebuild
index 8d000d4c4b3..f9e943659d1 100644
--- a/net-voip/linphone/linphone-3.5.2.ebuild
+++ b/net-voip/linphone/linphone-3.5.2.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
@@ -46,9 +46,6 @@ DEPEND="${RDEPEND}
)
"
-IUSE_LINGUAS=" fr it de ja es pl cs nl sv pt_BR hu ru zh_CN"
-IUSE="${IUSE}${IUSE_LINGUAS// / linguas_}"
-
pkg_setup() {
if ! use gtk && ! use ncurses ; then
ewarn "gtk and ncurses are disabled."
@@ -56,7 +53,8 @@ pkg_setup() {
ewarn "Only liblinphone is going to be installed."
fi
- strip-linguas ${IUSE_LINGUAS}
+ local my_linguas="fr it de ja es pl cs nl sv pt_BR hu ru zh_CN"
+ strip-linguas ${my_linguas}
}
src_prepare() {
diff --git a/net-voip/linphone/linphone-3.6.1.ebuild
b/net-voip/linphone/linphone-3.6.1.ebuild
index 0651a889417..0a2589565a9 100644
--- a/net-voip/linphone/linphone-3.6.1.ebuild
+++ b/net-voip/linphone/linphone-3.6.1.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
@@ -46,9 +46,6 @@ DEPEND="${RDEPEND}
nls? ( dev-util/intltool )
"
-IUSE_LINGUAS=" fr it de he ja es pl cs nl sr sv pt_BR hu ru zh_CN"
-IUSE="${IUSE}${IUSE_LINGUAS// / linguas_}"
-
pkg_setup() {
if ! use gtk && ! use ncurses ; then
ewarn "gtk and ncurses are disabled."
@@ -56,7 +53,8 @@ pkg_setup() {
ewarn "Only liblinphone is going to be installed."
fi
- strip-linguas ${IUSE_LINGUAS}
+ local my_linguas="fr it de he ja es pl cs nl sr sv pt_BR hu ru zh_CN"
+ strip-linguas ${my_linguas}
}
src_prepare() {