diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 20:11:38 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 20:21:03 +0100 |
commit | d75b5e62e9cade693e743e1138345e7c4da31e97 (patch) | |
tree | 92afc4246ff23f51bc69315c1223e6873aabf3c3 /x11-misc | |
parent | app-text/sdcv: Test LINGUAS rather than linguas_* USE flags. (diff) | |
download | gentoo-d75b5e62e9cade693e743e1138345e7c4da31e97.tar.gz gentoo-d75b5e62e9cade693e743e1138345e7c4da31e97.tar.bz2 gentoo-d75b5e62e9cade693e743e1138345e7c4da31e97.zip |
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
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/vym/vym-2.6.11.ebuild | 6 | ||||
-rw-r--r-- | 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 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 |