summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2021-12-21 19:17:15 +0100
committerPacho Ramos <pacho@gentoo.org>2021-12-21 19:25:04 +0100
commit84309462b3bd6ae888484d63a4fb313676093997 (patch)
treee0445205971d2022baea84c7735589a294a7958c
parentx11-misc/meteo: Skip tests (diff)
downloadgentoo-84309462b3bd6ae888484d63a4fb313676093997.tar.gz
gentoo-84309462b3bd6ae888484d63a4fb313676093997.tar.bz2
gentoo-84309462b3bd6ae888484d63a4fb313676093997.zip
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@gentoo.org>
-rw-r--r--x11-misc/meteo/meteo-0.9.9.1.ebuild6
1 files 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