commit:     d75b5e62e9cade693e743e1138345e7c4da31e97
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 19:11:38 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 19:21:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75b5e62

x11-misc/vym: Test LINGUAS rather than linguas_* USE flags.

This is only a quick fix for now. On the long term, consider migrating
from LINGUAS to L10N.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-misc/vym/vym-2.6.11.ebuild | 6 +++---
 x11-misc/vym/vym-2.6.8.ebuild  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-misc/vym/vym-2.6.11.ebuild b/x11-misc/vym/vym-2.6.11.ebuild
index 6fabe03a5ff..5a672108999 100644
--- a/x11-misc/vym/vym-2.6.11.ebuild
+++ b/x11-misc/vym/vym-2.6.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -34,10 +34,10 @@ DOCS=( README.md doc/vym.pdf )
 src_prepare() {
        default
 
-       if use linguas_es ; then
+       if has es ${LINGUAS-es} ; then
                DOCS+=( doc/vym_es.pdf )
        fi
-       if use linguas_fr ; then
+       if has fr ${LINGUAS-fr} ; then
                DOCS+=( doc/vym_fr.pdf )
        fi
 

diff --git a/x11-misc/vym/vym-2.6.8.ebuild b/x11-misc/vym/vym-2.6.8.ebuild
index 6fabe03a5ff..5a672108999 100644
--- a/x11-misc/vym/vym-2.6.8.ebuild
+++ b/x11-misc/vym/vym-2.6.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -34,10 +34,10 @@ DOCS=( README.md doc/vym.pdf )
 src_prepare() {
        default
 
-       if use linguas_es ; then
+       if has es ${LINGUAS-es} ; then
                DOCS+=( doc/vym_es.pdf )
        fi
-       if use linguas_fr ; then
+       if has fr ${LINGUAS-fr} ; then
                DOCS+=( doc/vym_fr.pdf )
        fi
 

Reply via email to