diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-04-18 13:37:16 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-04-18 18:28:04 +0100 |
commit | 093e87afd7dadc81d095c3b5afceb1b47ede57b0 (patch) | |
tree | d2025e2a14857458beca9ce809461868f27127de /dev-cpp/gtkmm | |
parent | dev-cpp/atkmm: use ${EPYTHON}, not python3 (diff) | |
download | gentoo-093e87afd7dadc81d095c3b5afceb1b47ede57b0.tar.gz gentoo-093e87afd7dadc81d095c3b5afceb1b47ede57b0.tar.bz2 gentoo-093e87afd7dadc81d095c3b5afceb1b47ede57b0.zip |
dev-cpp/gtkmm: use ${EPYTHON}, not python3
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-cpp/gtkmm')
-rw-r--r-- | dev-cpp/gtkmm/gtkmm-3.24.3.ebuild | 5 | ||||
-rw-r--r-- | dev-cpp/gtkmm/gtkmm-3.24.4.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-cpp/gtkmm/gtkmm-3.24.3.ebuild b/dev-cpp/gtkmm/gtkmm-3.24.3.ebuild index bc1996c4385f..d1922c85351e 100644 --- a/dev-cpp/gtkmm/gtkmm-3.24.3.ebuild +++ b/dev-cpp/gtkmm/gtkmm-3.24.3.ebuild @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit gnome.org meson multilib-minimal virtualx + +PYTHON_COMPAT=( python3_{7..9} ) +inherit gnome.org meson multilib-minimal python-any-r1 virtualx DESCRIPTION="C++ interface for GTK+" HOMEPAGE="https://www.gtkmm.org" @@ -33,6 +35,7 @@ BDEPEND=" dev-lang/perl dev-libs/libxslt ) + ${PYTHON_DEPS} " multilib_src_configure() { diff --git a/dev-cpp/gtkmm/gtkmm-3.24.4.ebuild b/dev-cpp/gtkmm/gtkmm-3.24.4.ebuild index e7e4f9df4231..d289e75623bd 100644 --- a/dev-cpp/gtkmm/gtkmm-3.24.4.ebuild +++ b/dev-cpp/gtkmm/gtkmm-3.24.4.ebuild @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit gnome.org meson multilib-minimal virtualx + +PYTHON_COMPAT=( python3_{7..9} ) +inherit gnome.org meson multilib-minimal python-any-r1 virtualx DESCRIPTION="C++ interface for GTK+" HOMEPAGE="https://www.gtkmm.org" @@ -33,6 +35,7 @@ BDEPEND=" dev-lang/perl dev-libs/libxslt ) + ${PYTHON_DEPS} " multilib_src_configure() { |