diff options
author | Pascal Jäger <pascal.jaeger@leimstift.de> | 2022-09-29 21:47:56 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-09-30 12:52:04 -0400 |
commit | 21fb694c8919168d7e664b608f956d78193f0f11 (patch) | |
tree | 1cee6fbbb46f4a5ef61d00db6e8202d0d1145669 /sci-geosciences/gnome-maps | |
parent | dev-lang/gnat-gpl: add backported gcc-patches (diff) | |
download | gentoo-21fb694c8919168d7e664b608f956d78193f0f11.tar.gz gentoo-21fb694c8919168d7e664b608f956d78193f0f11.tar.bz2 gentoo-21fb694c8919168d7e664b608f956d78193f0f11.zip |
sci-geosciences/gnome-maps: change dep <dev-libs/libgweather-4.2.0:4
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sci-geosciences/gnome-maps')
-rw-r--r-- | sci-geosciences/gnome-maps/gnome-maps-42.3-r3.ebuild (renamed from sci-geosciences/gnome-maps/gnome-maps-42.3-r2.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-geosciences/gnome-maps/gnome-maps-42.3-r2.ebuild b/sci-geosciences/gnome-maps/gnome-maps-42.3-r3.ebuild index 0f047db35354..e593685d11c4 100644 --- a/sci-geosciences/gnome-maps/gnome-maps-42.3-r2.ebuild +++ b/sci-geosciences/gnome-maps/gnome-maps-42.3-r3.ebuild @@ -13,6 +13,7 @@ SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" # Pure introspection dependencies found by grepping imports.gi in ${S} +# <libgweather-4.2.0 because of libsoup:3 transition RDEPEND=" >=dev-libs/glib-2.66.0:2 x11-libs/pango[introspection] @@ -29,7 +30,7 @@ RDEPEND=" >=net-libs/rest-0.7.90:0.7[introspection] app-crypt/libsecret[introspection] - dev-libs/libgweather:4=[introspection] + <dev-libs/libgweather-4.2.0:4=[introspection] media-libs/clutter-gtk:1.0[introspection] media-libs/clutter:1.0[introspection] net-libs/gnome-online-accounts[introspection] |