projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7711ff1
)
app-text/sdcv: Test LINGUAS rather than linguas_* USE flags.
author
Ulrich Müller
<ulm@gentoo.org>
Fri, 5 Jan 2018 19:02:19 +0000
(20:02 +0100)
committer
Ulrich 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
patch
|
blob
|
history
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 77ff9d69addafdfdcc2e594dbc46df874340c9ca..7eeabd07deb2c7a6119021430fcaefad534767d5 100644
(file)
--- 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-201
6
Gentoo Foundation
+# Copyright 1999-201
8
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