diff options
Diffstat (limited to 'dev-cpp/pangomm/pangomm-2.42.2.ebuild')
-rw-r--r-- | dev-cpp/pangomm/pangomm-2.42.2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-cpp/pangomm/pangomm-2.42.2.ebuild b/dev-cpp/pangomm/pangomm-2.42.2.ebuild index 34eee793e8e6..d0a2f770d9af 100644 --- a/dev-cpp/pangomm/pangomm-2.42.2.ebuild +++ b/dev-cpp/pangomm/pangomm-2.42.2.ebuild @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit gnome.org meson multilib-minimal + +PYTHON_COMPAT=( python3_{7..9} ) +inherit gnome.org meson multilib-minimal python-any-r1 DESCRIPTION="C++ interface for pango" HOMEPAGE="https://www.gtkmm.org" @@ -26,6 +28,7 @@ BDEPEND=" dev-lang/perl dev-libs/libxslt ) + ${PYTHON_DEPS} " multilib_src_configure() { |