From a41f9971bdc1bc91273c6697e7975eeef0559618 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Tue, 6 May 2025 05:22:30 +0300 Subject: [PATCH] x11-libs/cairo: python interpeter required for build time scripts Closes: https://bugs.gentoo.org/892786 Signed-off-by: Alfred Wingate Part-of: https://github.com/gentoo/gentoo/pull/41949 Closes: https://github.com/gentoo/gentoo/pull/41949 Signed-off-by: Sam James --- x11-libs/cairo/cairo-1.18.4-r1.ebuild | 4 +++- x11-libs/cairo/cairo-1.18.4.ebuild | 4 +++- x11-libs/cairo/cairo-9999.ebuild | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/x11-libs/cairo/cairo-1.18.4-r1.ebuild b/x11-libs/cairo/cairo-1.18.4-r1.ebuild index d7d6ec8b8184b..69e44f4f84249 100644 --- a/x11-libs/cairo/cairo-1.18.4-r1.ebuild +++ b/x11-libs/cairo/cairo-1.18.4-r1.ebuild @@ -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 )" diff --git a/x11-libs/cairo/cairo-1.18.4.ebuild b/x11-libs/cairo/cairo-1.18.4.ebuild index 940404c3e0b80..922247f4d1e4b 100644 --- a/x11-libs/cairo/cairo-1.18.4.ebuild +++ b/x11-libs/cairo/cairo-1.18.4.ebuild @@ -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 )" diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild index d7d6ec8b8184b..69e44f4f84249 100644 --- a/x11-libs/cairo/cairo-9999.ebuild +++ b/x11-libs/cairo/cairo-9999.ebuild @@ -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 )"