mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Sam James
parent
d660bfcb68
commit
a41f9971bd
@@ -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 )"
|
||||
|
||||
|
||||
@@ -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 )"
|
||||
|
||||
|
||||
@@ -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 )"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user