Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/srain/
Date: Wed, 28 Apr 2021 11:02:18
Message-Id: 1619607629.11053f6ff3ea117cd6f8bf77f6113963c577fbf7.tastytea@gentoo
1 commit: 11053f6ff3ea117cd6f8bf77f6113963c577fbf7
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Wed Apr 28 09:09:28 2021 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Wed Apr 28 11:00:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=11053f6f
7
8 net-im/srain: Add missing dependency.
9
10 Closes: https://bugs.gentoo.org/786216
11 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
12
13 net-im/srain/srain-1.2.1.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/net-im/srain/srain-1.2.1.ebuild b/net-im/srain/srain-1.2.1.ebuild
17 index c9bbe7c2a..0f8830628 100644
18 --- a/net-im/srain/srain-1.2.1.ebuild
19 +++ b/net-im/srain/srain-1.2.1.ebuild
20 @@ -24,6 +24,7 @@ DEPEND="
21 dev-libs/libconfig
22 net-libs/libsoup
23 "
24 +BDEPEND="dev-python/sphinx"
25
26 src_prepare() {
27 sed -i "s/'doc', meson.project_name())/'doc', meson.project_name() + '-${PV}')/" \