summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/mm-common/mm-common-1.0.2.ebuild')
-rw-r--r--dev-cpp/mm-common/mm-common-1.0.2.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-cpp/mm-common/mm-common-1.0.2.ebuild b/dev-cpp/mm-common/mm-common-1.0.2.ebuild
index d4c3c401b656..c313e2e311c1 100644
--- a/dev-cpp/mm-common/mm-common-1.0.2.ebuild
+++ b/dev-cpp/mm-common/mm-common-1.0.2.ebuild
@@ -3,7 +3,8 @@
EAPI=7
-inherit gnome.org meson
+PYTHON_COMPAT=( python3_{7..9} )
+inherit gnome.org python-any-r1 meson
DESCRIPTION="Build infrastructure and utilities for GNOME C++ bindings"
HOMEPAGE="https://www.gtkmm.org/"
@@ -12,6 +13,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+BDEPEND="${PYTHON_DEPS}"
+
src_prepare() {
default