Skip to content

Commit

Permalink
dev-cpp/pangomm: use ${EPYTHON}, not python3
Browse files Browse the repository at this point in the history
Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/770895
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Apr 18, 2021
1 parent bb0d8b0 commit 976adb4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dev-cpp/pangomm/pangomm-2.42.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -26,6 +28,7 @@ BDEPEND="
dev-lang/perl
dev-libs/libxslt
)
${PYTHON_DEPS}
"

multilib_src_configure() {
Expand Down
5 changes: 4 additions & 1 deletion dev-cpp/pangomm/pangomm-2.48.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -26,6 +28,7 @@ BDEPEND="
dev-lang/perl
dev-libs/libxslt
)
${PYTHON_DEPS}
"

multilib_src_configure() {
Expand Down

0 comments on commit 976adb4

Please sign in to comment.