diff options
-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 |