commit:     a41f9971bdc1bc91273c6697e7975eeef0559618
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Tue May  6 02:22:30 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  6 18:41:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a41f9971

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

Closes: https://bugs.gentoo.org/892786
Signed-off-by: Alfred Wingate <parona <AT> 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 <AT> gentoo.org>

 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 d7d6ec8b8184..69e44f4f8424 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 940404c3e0b8..922247f4d1e4 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 d7d6ec8b8184..69e44f4f8424 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 )"
 

Reply via email to