diff options
author | Sam James <sam@gentoo.org> | 2021-09-16 20:07:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-16 20:11:19 +0100 |
commit | 87777e40431f96c5250461d23a62db5f6080ddad (patch) | |
tree | cb6edb9f89124ab73ed0de9f52aeacc2d5b58807 /net-im/corebird | |
parent | media-gfx/inkscape: fix libsoup slot dependency (diff) | |
download | gentoo-87777e40431f96c5250461d23a62db5f6080ddad.tar.gz gentoo-87777e40431f96c5250461d23a62db5f6080ddad.tar.bz2 gentoo-87777e40431f96c5250461d23a62db5f6080ddad.zip |
net-im/corebird: fix libsoup slot dependency
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im/corebird')
-rw-r--r-- | net-im/corebird/corebird-1.7.4-r2.ebuild (renamed from net-im/corebird/corebird-1.7.4-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/corebird/corebird-1.7.4-r1.ebuild b/net-im/corebird/corebird-1.7.4-r2.ebuild index ff61481ab0a2..08f06c7b7339 100644 --- a/net-im/corebird/corebird-1.7.4-r1.ebuild +++ b/net-im/corebird/corebird-1.7.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,7 +27,7 @@ RDEPEND="dev-db/sqlite:3 media-plugins/gst-plugins-meta:1.0[X] media-plugins/gst-plugins-soup:1.0 ) spellcheck? ( app-text/gspell:=[vala] ) - net-libs/libsoup + net-libs/libsoup:2.4 x11-libs/gtk+:3" DEPEND="${RDEPEND} $(vala_depend) |