dev-python/pycairo: Fix double prefix in pkg-config install

Closes: https://bugs.gentoo.org/915981
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-10-19 04:50:26 +02:00
parent c1a60b8ac7
commit 347b3dd9c3

View File

@@ -58,7 +58,7 @@ python_install() {
# we need to pass --root via install command, sigh
cat > "${T}/distutils-extra.cfg" <<-EOF || die
[install]
root = ${ED}
root = ${D}
EOF
local -x DIST_EXTRA_CONFIG=${T}/distutils-extra.cfg
esetup.py \