Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/
Date: Sat, 28 May 2022 05:47:39
Message-Id: 1653716826.c816d85b82349594da6dc358112a31ae2725702f.sam@gentoo
1 commit: c816d85b82349594da6dc358112a31ae2725702f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 05:47:06 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 05:47:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c816d85b
7
8 app-arch/brotli: add missing BDEPEND for Python
9
10 Bug: https://github.com/pkgcore/pkgcheck/issues/388
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-arch/brotli/brotli-1.0.9-r4.ebuild | 1 +
14 app-arch/brotli/brotli-9999.ebuild | 1 +
15 2 files changed, 2 insertions(+)
16
17 diff --git a/app-arch/brotli/brotli-1.0.9-r4.ebuild b/app-arch/brotli/brotli-1.0.9-r4.ebuild
18 index f206ce927497..c61d17cd14ae 100644
19 --- a/app-arch/brotli/brotli-1.0.9-r4.ebuild
20 +++ b/app-arch/brotli/brotli-1.0.9-r4.ebuild
21 @@ -38,6 +38,7 @@ RDEPEND="
22 DEPEND="
23 ${RDEPEND}
24 "
25 +BDEPEND="python? ( ${DISTUTILS_DEPS} )"
26
27 DOCS=( README.md CONTRIBUTING.md )
28
29
30 diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-9999.ebuild
31 index f206ce927497..c61d17cd14ae 100644
32 --- a/app-arch/brotli/brotli-9999.ebuild
33 +++ b/app-arch/brotli/brotli-9999.ebuild
34 @@ -38,6 +38,7 @@ RDEPEND="
35 DEPEND="
36 ${RDEPEND}
37 "
38 +BDEPEND="python? ( ${DISTUTILS_DEPS} )"
39
40 DOCS=( README.md CONTRIBUTING.md )