x11-base/xcb-proto: Install 1.14 for the correct Python versions
authorJames Le Cuirot <chewi@gentoo.org>
Fri, 27 Mar 2020 23:31:05 +0000 (23:31 +0000)
committerMatt Turner <mattst88@gentoo.org>
Tue, 31 Mar 2020 05:54:39 +0000 (22:54 -0700)
commit6cf75d7c54903a2126db2da905688c0b6d6d61ef
treed21d35811611a45cf8b27d0b05c527251e5a7b7f
parent3ab36621066323cdbc109749fc4a3e506573168d
x11-base/xcb-proto: Install 1.14 for the correct Python versions

On my system, I had 3.7 and 3.8 selected but it was installing for
2.7, even though that's not one of the targets! 2.7 had accidentally
become my eselected Python. configure was picking this up, detecting
the sitedir, and locking it into the Makefile, preventing
python_foreach_impl from having any effect. It is simpler and safer to
override the Makefile's pythondir with the sitedir value returned by
the eclass.

Package-Manager: Portage-2.3.96, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/15143
Signed-off-by: Matt Turner <mattst88@gentoo.org>
x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild [moved from x11-base/xcb-proto/xcb-proto-1.14.ebuild with 60% similarity]