diff options
author | 2023-08-07 14:43:34 +0100 | |
---|---|---|
committer | 2023-08-07 14:44:59 +0100 | |
commit | 2447080d4df25f2c4428ca22b87d38bea2f5765e (patch) | |
tree | a357e02694355e1b8c8fa46f38269c7a12979fca /dev-libs/weston | |
parent | app-editors/emacs: Fix build failure with USE=tree-sitter (diff) | |
download | gentoo-2447080d4df25f2c4428ca22b87d38bea2f5765e.tar.gz gentoo-2447080d4df25f2c4428ca22b87d38bea2f5765e.tar.bz2 gentoo-2447080d4df25f2c4428ca22b87d38bea2f5765e.zip |
dev-libs/weston: Add mising python_check_deps function
Closes: https://bugs.gentoo.org/911732
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-libs/weston')
-rw-r--r-- | dev-libs/weston/weston-12.0.2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/weston/weston-9999.ebuild | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/dev-libs/weston/weston-12.0.2.ebuild b/dev-libs/weston/weston-12.0.2.ebuild index b7c0da5886be..f0543f60063a 100644 --- a/dev-libs/weston/weston-12.0.2.ebuild +++ b/dev-libs/weston/weston-12.0.2.ebuild @@ -93,6 +93,10 @@ BDEPEND=" $(python_gen_any_dep 'dev-python/setuptools[${PYTHON_USEDEP}]') " +python_check_deps() { + python_has_version "dev-python/setuptools[${PYTHON_USEDEP}]" +} + src_configure() { local emesonargs=( $(meson_use drm backend-drm) diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index b7c0da5886be..f0543f60063a 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -93,6 +93,10 @@ BDEPEND=" $(python_gen_any_dep 'dev-python/setuptools[${PYTHON_USEDEP}]') " +python_check_deps() { + python_has_version "dev-python/setuptools[${PYTHON_USEDEP}]" +} + src_configure() { local emesonargs=( $(meson_use drm backend-drm) |