Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/meteo/
Date: Tue, 21 Dec 2021 18:25:15
Message-Id: 1640111104.84309462b3bd6ae888484d63a4fb313676093997.pacho@gentoo
1 commit: 84309462b3bd6ae888484d63a4fb313676093997
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 21 18:17:15 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 21 18:25:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84309462
7
8 x11-misc/meteo: fix builds with -native-symlinks
9
10 Closes: https://bugs.gentoo.org/828053
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
13
14 x11-misc/meteo/meteo-0.9.9.1.ebuild | 6 ++++--
15 1 file changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-misc/meteo/meteo-0.9.9.1.ebuild b/x11-misc/meteo/meteo-0.9.9.1.ebuild
18 index c59cd6c5c713..6f69fd93946c 100644
19 --- a/x11-misc/meteo/meteo-0.9.9.1.ebuild
20 +++ b/x11-misc/meteo/meteo-0.9.9.1.ebuild
21 @@ -2,7 +2,9 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -inherit gnome2-utils meson vala xdg
26 +PYTHON_COMPAT=( python3_{8..10} )
27 +
28 +inherit gnome2-utils meson python-any-r1 vala xdg
29
30 DESCRIPTION="Forecast application using OpenWeatherMap API"
31 HOMEPAGE="https://gitlab.com/bitseater/meteo"
32 @@ -24,7 +26,7 @@ RDEPEND="${DEPEND}
33 gnome-base/gsettings-desktop-schemas
34 x11-themes/hicolor-icon-theme
35 "
36 -BDEPEND="
37 +BDEPEND="${PYTHON_DEPS}
38 dev-libs/appstream-glib
39 dev-util/intltool
40 virtual/pkgconfig