commit: 84309462b3bd6ae888484d63a4fb313676093997 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Tue Dec 21 18:17:15 2021 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Tue Dec 21 18:25:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84309462
x11-misc/meteo: fix builds with -native-symlinks Closes: https://bugs.gentoo.org/828053 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> x11-misc/meteo/meteo-0.9.9.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-misc/meteo/meteo-0.9.9.1.ebuild b/x11-misc/meteo/meteo-0.9.9.1.ebuild index c59cd6c5c713..6f69fd93946c 100644 --- a/x11-misc/meteo/meteo-0.9.9.1.ebuild +++ b/x11-misc/meteo/meteo-0.9.9.1.ebuild @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit gnome2-utils meson vala xdg +PYTHON_COMPAT=( python3_{8..10} ) + +inherit gnome2-utils meson python-any-r1 vala xdg DESCRIPTION="Forecast application using OpenWeatherMap API" HOMEPAGE="https://gitlab.com/bitseater/meteo" @@ -24,7 +26,7 @@ RDEPEND="${DEPEND} gnome-base/gsettings-desktop-schemas x11-themes/hicolor-icon-theme " -BDEPEND=" +BDEPEND="${PYTHON_DEPS} dev-libs/appstream-glib dev-util/intltool virtual/pkgconfig
