Gentoo Archives: gentoo-commits

From: Chi-Thanh Christopher Nguyen <chithanh@××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-proto/xcb-proto/
Date: Tue, 11 Feb 2014 13:03:34
Message-Id: 1392123794.2ee65999072f7ef2ab2ab7587fe7310950e711bf.chithead@gentoo
1 commit: 2ee65999072f7ef2ab2ab7587fe7310950e711bf
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 13:03:14 2014 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Tue Feb 11 13:03:14 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=2ee65999
7
8 x11-proto/xcb-proto: add comment about pythondir removal
9
10 Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=486512
11
12 ---
13 x11-proto/xcb-proto/xcb-proto-9999.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/x11-proto/xcb-proto/xcb-proto-9999.ebuild b/x11-proto/xcb-proto/xcb-proto-9999.ebuild
17 index 32f6a40..1449375 100644
18 --- a/x11-proto/xcb-proto/xcb-proto-9999.ebuild
19 +++ b/x11-proto/xcb-proto/xcb-proto-9999.ebuild
20 @@ -44,6 +44,7 @@ src_install() {
21 python_foreach_impl autotools-utils_src_install -C xcbgen \
22 top_builddir="${WORKDIR}/${P}-${ABI:-${DEFAULT_ABI}}"
23
24 + # pkg-config file hardcodes python sitedir, bug #486512
25 sed -i -e '/pythondir/s:=.*$:=/dev/null:' \
26 "${ED}"/usr/lib*/pkgconfig/xcb-proto.pc || die
27 }