From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 47633138CEF for ; Tue, 11 Feb 2014 13:03:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C63ABE0E39; Tue, 11 Feb 2014 13:03:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 649C1E0E39 for ; Tue, 11 Feb 2014 13:03:32 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68F4333F919 for ; Tue, 11 Feb 2014 13:03:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 2D64B18852 for ; Tue, 11 Feb 2014 13:03:30 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <1392123794.2ee65999072f7ef2ab2ab7587fe7310950e711bf.chithead@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-proto/xcb-proto/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-proto/xcb-proto/xcb-proto-9999.ebuild X-VCS-Directories: x11-proto/xcb-proto/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: 2ee65999072f7ef2ab2ab7587fe7310950e711bf X-VCS-Branch: master Date: Tue, 11 Feb 2014 13:03:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b3b9d29d-6149-4842-b9c3-a0bba7182269 X-Archives-Hash: ec1863e9d73456f0aceff1e72c4bc9e0 commit: 2ee65999072f7ef2ab2ab7587fe7310950e711bf Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Tue Feb 11 13:03:14 2014 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Tue Feb 11 13:03:14 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=2ee65999 x11-proto/xcb-proto: add comment about pythondir removal Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=486512 --- x11-proto/xcb-proto/xcb-proto-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-proto/xcb-proto/xcb-proto-9999.ebuild b/x11-proto/xcb-proto/xcb-proto-9999.ebuild index 32f6a40..1449375 100644 --- a/x11-proto/xcb-proto/xcb-proto-9999.ebuild +++ b/x11-proto/xcb-proto/xcb-proto-9999.ebuild @@ -44,6 +44,7 @@ src_install() { python_foreach_impl autotools-utils_src_install -C xcbgen \ top_builddir="${WORKDIR}/${P}-${ABI:-${DEFAULT_ABI}}" + # pkg-config file hardcodes python sitedir, bug #486512 sed -i -e '/pythondir/s:=.*$:=/dev/null:' \ "${ED}"/usr/lib*/pkgconfig/xcb-proto.pc || die }