summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/vym/vym-2.6.11.ebuild')
-rw-r--r--x11-misc/vym/vym-2.6.11.ebuild6
1 files changed, 3 insertions, 3 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