diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-02-11 13:01:38 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-02-11 13:01:38 +0000 |
commit | 1858eb98c6143e2728fdb679c5b80dc7830b0f92 (patch) | |
tree | ed122b6c5465ae705f13f1d40252faf56d9dd3f8 /x11-proto | |
parent | Tests only work when the package is already installed (bug #319571) (diff) | |
download | gentoo-2-1858eb98c6143e2728fdb679c5b80dc7830b0f92.tar.gz gentoo-2-1858eb98c6143e2728fdb679c5b80dc7830b0f92.tar.bz2 gentoo-2-1858eb98c6143e2728fdb679c5b80dc7830b0f92.zip |
add comment about pythondir removal, bug #486512
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/xcb-proto/ChangeLog | 6 | ||||
-rw-r--r-- | x11-proto/xcb-proto/xcb-proto-1.10.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-proto/xcb-proto/ChangeLog b/x11-proto/xcb-proto/ChangeLog index c0c844bb8270..61a9019b4956 100644 --- a/x11-proto/xcb-proto/ChangeLog +++ b/x11-proto/xcb-proto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-proto/xcb-proto # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.127 2014/01/26 19:08:12 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.128 2014/02/11 13:01:38 chithanh Exp $ + + 11 Feb 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + xcb-proto-1.10.ebuild: + add comment about pythondir removal, bug #486512 *xcb-proto-1.10 (26 Jan 2014) diff --git a/x11-proto/xcb-proto/xcb-proto-1.10.ebuild b/x11-proto/xcb-proto/xcb-proto-1.10.ebuild index 0ea3efce3b5d..bcefaba2a27e 100644 --- a/x11-proto/xcb-proto/xcb-proto-1.10.ebuild +++ b/x11-proto/xcb-proto/xcb-proto-1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.1 2014/01/26 19:08:12 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.2 2014/02/11 13:01:38 chithanh Exp $ EAPI=5 @@ -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 } |