From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-996097-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D0480138330
	for <garchives@archives.gentoo.org>; Sun,  7 Jan 2018 14:50:12 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 29A90E0880;
	Sun,  7 Jan 2018 14:50:12 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 03845E0880
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Jan 2018 14:50:12 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A9226335C76
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Jan 2018 14:50:02 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 33A91147
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Jan 2018 14:50:01 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1515336586.1cab693191fcfbcf878461a74d6418fb6c89a138.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/ms-sys/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-block/ms-sys/ms-sys-2.4.0.ebuild sys-block/ms-sys/ms-sys-2.5.3.ebuild
X-VCS-Directories: sys-block/ms-sys/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 1cab693191fcfbcf878461a74d6418fb6c89a138
X-VCS-Branch: master
Date: Sun,  7 Jan 2018 14:50:01 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 38dcea7d-0ae0-48b3-ad25-6e2c8ea309bd
X-Archives-Hash: f3734e1351ccad3d8cab02cfd89bd8b4

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