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: Thu, 01 Sep 2022 02:00:56
Message-Id: 1661997202.7aaef7fff6565fc26102a0ac06a5e288898632aa.sam@gentoo
1 commit: 7aaef7fff6565fc26102a0ac06a5e288898632aa
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 01:53:22 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 01:53:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aaef7ff
7
8 app-arch/brotli: add missing unittest-or-fail test dep
9
10 Closes: https://bugs.gentoo.org/867703
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-arch/brotli/brotli-1.0.9-r5.ebuild | 7 ++++++-
14 app-arch/brotli/brotli-9999.ebuild | 7 ++++++-
15 2 files changed, 12 insertions(+), 2 deletions(-)
16
17 diff --git a/app-arch/brotli/brotli-1.0.9-r5.ebuild b/app-arch/brotli/brotli-1.0.9-r5.ebuild
18 index bae6d9625256..cc2d8ebdd0d1 100644
19 --- a/app-arch/brotli/brotli-1.0.9-r5.ebuild
20 +++ b/app-arch/brotli/brotli-1.0.9-r5.ebuild
21 @@ -38,7 +38,12 @@ RDEPEND="
22 DEPEND="
23 ${RDEPEND}
24 "
25 -BDEPEND="python? ( ${DISTUTILS_DEPS} )"
26 +BDEPEND="
27 + python? (
28 + ${DISTUTILS_DEPS}
29 + test? ( dev-python/unittest-or-fail[${PYTHON_USEDEP}] )
30 + )
31 +"
32
33 DOCS=( README.md CONTRIBUTING.md )
34
35
36 diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-9999.ebuild
37 index bae6d9625256..cc2d8ebdd0d1 100644
38 --- a/app-arch/brotli/brotli-9999.ebuild
39 +++ b/app-arch/brotli/brotli-9999.ebuild
40 @@ -38,7 +38,12 @@ RDEPEND="
41 DEPEND="
42 ${RDEPEND}
43 "
44 -BDEPEND="python? ( ${DISTUTILS_DEPS} )"
45 +BDEPEND="
46 + python? (
47 + ${DISTUTILS_DEPS}
48 + test? ( dev-python/unittest-or-fail[${PYTHON_USEDEP}] )
49 + )
50 +"
51
52 DOCS=( README.md CONTRIBUTING.md )