Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gettext/
Date: Wed, 25 May 2016 12:25:40
Message-Id: 1464179008.d416beef957970525830d4f87f5adcadb0b398a4.heroxbd@gentoo
1 commit: d416beef957970525830d4f87f5adcadb0b398a4
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 25 12:23:04 2016 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Wed May 25 12:23:28 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d416beef
7
8 sys-devel/gettext: --docdir flag for automatic prefix support.
9
10 cf. commit b9188242904 for sys-devel/automake
11
12 Package-Manager: portage-2.2.28
13
14 sys-devel/gettext/gettext-0.19.7.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-devel/gettext/gettext-0.19.7.ebuild b/sys-devel/gettext/gettext-0.19.7.ebuild
18 index aeee7ea..4881aa4 100644
19 --- a/sys-devel/gettext/gettext-0.19.7.ebuild
20 +++ b/sys-devel/gettext/gettext-0.19.7.ebuild
21 @@ -57,7 +57,7 @@ multilib_src_configure() {
22 local myconf=(
23 # switches common to runtime and top-level
24 --cache-file="${BUILD_DIR}"/config.cache
25 - --docdir="/usr/share/doc/${PF}"
26 + --docdir="\$(datarootdir)/doc/${PF}"
27
28 # Emacs support is now in a separate package
29 --without-emacs