commit: 11053f6ff3ea117cd6f8bf77f6113963c577fbf7 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Wed Apr 28 09:09:28 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Apr 28 11:00:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=11053f6f
net-im/srain: Add missing dependency. Closes: https://bugs.gentoo.org/786216 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> net-im/srain/srain-1.2.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-im/srain/srain-1.2.1.ebuild b/net-im/srain/srain-1.2.1.ebuild index c9bbe7c2a..0f8830628 100644 --- a/net-im/srain/srain-1.2.1.ebuild +++ b/net-im/srain/srain-1.2.1.ebuild @@ -24,6 +24,7 @@ DEPEND=" dev-libs/libconfig net-libs/libsoup " +BDEPEND="dev-python/sphinx" src_prepare() { sed -i "s/'doc', meson.project_name())/'doc', meson.project_name() + '-${PV}')/" \
