x11-libs/cairo: python interpeter required for build time scripts

Closes: https://bugs.gentoo.org/892786
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/41949
Closes: https://github.com/gentoo/gentoo/pull/41949
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-05-06 05:22:30 +03:00
committed by Sam James
parent d660bfcb68
commit a41f9971bd
3 changed files with 9 additions and 3 deletions

View File

@@ -3,7 +3,8 @@
EAPI=8
inherit meson-multilib
PYTHON_COMPAT=( python3_{11..13} )
inherit meson-multilib python-any-r1
if [[ ${PV} == *9999* ]]; then
inherit git-r3
@@ -45,6 +46,7 @@ DEPEND="${RDEPEND}
)
X? ( x11-base/xorg-proto )"
BDEPEND="
${PYTHON_DEPS}
virtual/pkgconfig
gtk-doc? ( dev-util/gtk-doc )"

View File

@@ -3,7 +3,8 @@
EAPI=8
inherit meson-multilib
PYTHON_COMPAT=( python3_{11..13} )
inherit meson-multilib python-any-r1
if [[ ${PV} == *9999* ]]; then
inherit git-r3
@@ -45,6 +46,7 @@ DEPEND="${RDEPEND}
)
X? ( x11-base/xorg-proto )"
BDEPEND="
${PYTHON_DEPS}
virtual/pkgconfig
gtk-doc? ( dev-util/gtk-doc )"

View File

@@ -3,7 +3,8 @@
EAPI=8
inherit meson-multilib
PYTHON_COMPAT=( python3_{11..13} )
inherit meson-multilib python-any-r1
if [[ ${PV} == *9999* ]]; then
inherit git-r3
@@ -45,6 +46,7 @@ DEPEND="${RDEPEND}
)
X? ( x11-base/xorg-proto )"
BDEPEND="
${PYTHON_DEPS}
virtual/pkgconfig
gtk-doc? ( dev-util/gtk-doc )"