diff options
author | Sam James <sam@gentoo.org> | 2021-09-16 20:09:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-16 20:11:23 +0100 |
commit | dec78614d2d1a8b53f26a02e3ede98673c06329c (patch) | |
tree | d713fd5d6dff17b3dbbcd54bdc2b2c4d2cf7b639 | |
parent | net-voip/telepathy-gabble: fix libsoup slot dependency (diff) | |
download | gentoo-dec78614d2d1a8b53f26a02e3ede98673c06329c.tar.gz gentoo-dec78614d2d1a8b53f26a02e3ede98673c06329c.tar.bz2 gentoo-dec78614d2d1a8b53f26a02e3ede98673c06329c.zip |
www-client/surf: fix libsoup slot dependency
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | www-client/surf/surf-2.0-r1.ebuild (renamed from www-client/surf/surf-2.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/surf/surf-2.0.ebuild b/www-client/surf/surf-2.0-r1.ebuild index 02e1b0915dd5..a9ddb0ae30b3 100644 --- a/www-client/surf/surf-2.0.ebuild +++ b/www-client/surf/surf-2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ KEYWORDS="amd64 x86" COMMON_DEPEND=" dev-libs/glib:2 - net-libs/libsoup + net-libs/libsoup:2.4 net-libs/webkit-gtk:4 x11-libs/gtk+:3 x11-libs/libX11 |