app-text/sdcv: Test LINGUAS rather than linguas_* USE flags.
authorUlrich Müller <ulm@gentoo.org>
Fri, 5 Jan 2018 19:02:19 +0000 (20:02 +0100)
committerUlrich Müller <ulm@gentoo.org>
Fri, 5 Jan 2018 19:21:02 +0000 (20:21 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

app-text/sdcv/sdcv-0.5.0_beta2-r1.ebuild

index 77ff9d69addafdfdcc2e594dbc46df874340c9ca..7eeabd07deb2c7a6119021430fcaefad534767d5 100644 (file)
@@ -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