summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/sdcv/sdcv-0.5.0_beta2-r1.ebuild')
-rw-r--r--app-text/sdcv/sdcv-0.5.0_beta2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/sdcv/sdcv-0.5.0_beta2-r1.ebuild b/app-text/sdcv/sdcv-0.5.0_beta2-r1.ebuild
index 77ff9d69adda..7eeabd07deb2 100644
--- a/app-text/sdcv/sdcv-0.5.0_beta2-r1.ebuild
+++ b/app-text/sdcv/sdcv-0.5.0_beta2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -37,7 +37,7 @@ src_prepare() {
l10n_for_each_disabled_locale_do rm_loc
# do not install locale-specific man pages unless asked to
- if ! use linguas_uk; then
+ if ! has uk ${LINGUAS-uk}; then
sed -ni '/share\/man\/uk/!p' CMakeLists.txt || die
fi