commit:     1cab693191fcfbcf878461a74d6418fb6c89a138
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 14:49:18 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 14:49:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cab6931

sys-block/ms-sys: Test LINGUAS rather than linguas_* USE flags.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-block/ms-sys/ms-sys-2.4.0.ebuild | 5 ++---
 sys-block/ms-sys/ms-sys-2.5.3.ebuild | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/sys-block/ms-sys/ms-sys-2.4.0.ebuild 
b/sys-block/ms-sys/ms-sys-2.4.0.ebuild
index 5069d9ea03d..af51e97c92d 100644
--- a/sys-block/ms-sys/ms-sys-2.4.0.ebuild
+++ b/sys-block/ms-sys/ms-sys-2.4.0.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
@@ -12,7 +12,6 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="linguas_sv"
 
 DEPEND="sys-devel/gettext"
 RDEPEND="virtual/libintl"
@@ -24,7 +23,7 @@ src_compile() {
 
 src_install() {
        local nls=""
-       if ! use linguas_sv ; then
+       if ! has sv ${LINGUAS-sv} ; then
                nls='NLS_FILES='
        fi
 

diff --git a/sys-block/ms-sys/ms-sys-2.5.3.ebuild 
b/sys-block/ms-sys/ms-sys-2.5.3.ebuild
index ab13347f7f5..32e1eb0d72c 100644
--- a/sys-block/ms-sys/ms-sys-2.5.3.ebuild
+++ b/sys-block/ms-sys/ms-sys-2.5.3.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=6
@@ -12,7 +12,6 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="linguas_sv"
 
 DEPEND="sys-devel/gettext"
 RDEPEND="virtual/libintl"
@@ -24,7 +23,7 @@ src_compile() {
 
 src_install() {
        local nls=""
-       if ! use linguas_sv ; then
+       if ! has sv ${LINGUAS-sv} ; then
                nls='NLS_FILES='
        fi
 

Reply via email to