Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] RFC: intel-sdp.eclass add USE="examples doc"
Date: Tue, 27 Nov 2012 15:18:49
Message-Id: 20660.55721.831582.860088@a1i15.kph.uni-mainz.de
In Reply to: [gentoo-dev] RFC: intel-sdp.eclass add USE="examples doc" by justin
1 >>>>> On Tue, 27 Nov 2012, justin wrote:
2
3 > next patch for intel-sdp.eclass
4
5 > Problem:
6 > Documentation and examples are installed on every system. Also japanese
7 > man pages are installed.
8
9 > Solution:
10 > Use USE.
11
12 > + [[ ${LINGUAS} == "*ja_JP*" ]] && \
13 > + doman -i18n=ja_JP "${INTEL_SDP_DIR}"/man/ja_JP/man1/*
14
15 Since LINGUAS is USE-expanded, shouldn't you rather test for
16 "use linguas_ja"?
17
18 Ulrich

Replies