Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/
Date: Thu, 16 Sep 2021 19:11:37
Message-Id: 1631819479.87777e40431f96c5250461d23a62db5f6080ddad.sam@gentoo
1 commit: 87777e40431f96c5250461d23a62db5f6080ddad
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 16 19:07:23 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 16 19:11:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87777e40
7
8 net-im/corebird: fix libsoup slot dependency
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../corebird/{corebird-1.7.4-r1.ebuild => corebird-1.7.4-r2.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-im/corebird/corebird-1.7.4-r1.ebuild b/net-im/corebird/corebird-1.7.4-r2.ebuild
16 similarity index 95%
17 rename from net-im/corebird/corebird-1.7.4-r1.ebuild
18 rename to net-im/corebird/corebird-1.7.4-r2.ebuild
19 index ff61481ab0a..08f06c7b733 100644
20 --- a/net-im/corebird/corebird-1.7.4-r1.ebuild
21 +++ b/net-im/corebird/corebird-1.7.4-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -27,7 +27,7 @@ RDEPEND="dev-db/sqlite:3
29 media-plugins/gst-plugins-meta:1.0[X]
30 media-plugins/gst-plugins-soup:1.0 )
31 spellcheck? ( app-text/gspell:=[vala] )
32 - net-libs/libsoup
33 + net-libs/libsoup:2.4
34 x11-libs/gtk+:3"
35 DEPEND="${RDEPEND}
36 $(vala_depend)