diff options
| author | Matt Turner <mattst88@gentoo.org> | 2021-04-19 22:47:06 -0400 |
|---|---|---|
| committer | Matt Turner <mattst88@gentoo.org> | 2021-04-19 22:47:08 -0400 |
| commit | f3c9dcf33917c197e7ac763ed3ca731a5581644b (patch) | |
| tree | 94f3dcaa0c3694d3353f28a6ef24780ee962cc86 /dev-cpp/glibmm/glibmm-2.68.0.ebuild | |
| parent | 9ed54c79856c79565fc11d5a544c5cc6106a9459 (diff) | |
| download | gentoo-f3c9dcf33917c197e7ac763ed3ca731a5581644b.tar.gz gentoo-f3c9dcf33917c197e7ac763ed3ca731a5581644b.tar.bz2 gentoo-f3c9dcf33917c197e7ac763ed3ca731a5581644b.zip | |
dev-cpp/glibmm: use ${EPYTHON}, not python3
Closes: https://bugs.gentoo.org/762928
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-cpp/glibmm/glibmm-2.68.0.ebuild')
| -rw-r--r-- | dev-cpp/glibmm/glibmm-2.68.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-cpp/glibmm/glibmm-2.68.0.ebuild b/dev-cpp/glibmm/glibmm-2.68.0.ebuild index 16c2ce0ff994..2cf6d1781f54 100644 --- a/dev-cpp/glibmm/glibmm-2.68.0.ebuild +++ b/dev-cpp/glibmm/glibmm-2.68.0.ebuild @@ -2,7 +2,8 @@ # 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 glib2" HOMEPAGE="https://www.gtkmm.org" @@ -19,6 +20,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" + ${PYTHON_DEPS} virtual/pkgconfig doc? ( app-doc/doxygen[dot] |
