From d75b5e62e9cade693e743e1138345e7c4da31e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Fri, 5 Jan 2018 20:11:38 +0100 Subject: 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(-) (limited to 'x11-misc') diff --git a/x11-misc/vym/vym-2.6.11.ebuild b/x11-misc/vym/vym-2.6.11.ebuild index 6fabe03a5ff9..5a6721089991 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 6fabe03a5ff9..5a6721089991 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 -- cgit v1.2.3