commit:     7aaef7fff6565fc26102a0ac06a5e288898632aa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 01:53:22 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 01:53:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aaef7ff

app-arch/brotli: add missing unittest-or-fail test dep

Closes: https://bugs.gentoo.org/867703
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/brotli/brotli-1.0.9-r5.ebuild | 7 ++++++-
 app-arch/brotli/brotli-9999.ebuild     | 7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/app-arch/brotli/brotli-1.0.9-r5.ebuild 
b/app-arch/brotli/brotli-1.0.9-r5.ebuild
index bae6d9625256..cc2d8ebdd0d1 100644
--- a/app-arch/brotli/brotli-1.0.9-r5.ebuild
+++ b/app-arch/brotli/brotli-1.0.9-r5.ebuild
@@ -38,7 +38,12 @@ RDEPEND="
 DEPEND="
        ${RDEPEND}
 "
-BDEPEND="python? ( ${DISTUTILS_DEPS} )"
+BDEPEND="
+       python? (
+               ${DISTUTILS_DEPS}
+               test? ( dev-python/unittest-or-fail[${PYTHON_USEDEP}] )
+       )
+"
 
 DOCS=( README.md CONTRIBUTING.md )
 

diff --git a/app-arch/brotli/brotli-9999.ebuild 
b/app-arch/brotli/brotli-9999.ebuild
index bae6d9625256..cc2d8ebdd0d1 100644
--- a/app-arch/brotli/brotli-9999.ebuild
+++ b/app-arch/brotli/brotli-9999.ebuild
@@ -38,7 +38,12 @@ RDEPEND="
 DEPEND="
        ${RDEPEND}
 "
-BDEPEND="python? ( ${DISTUTILS_DEPS} )"
+BDEPEND="
+       python? (
+               ${DISTUTILS_DEPS}
+               test? ( dev-python/unittest-or-fail[${PYTHON_USEDEP}] )
+       )
+"
 
 DOCS=( README.md CONTRIBUTING.md )
 

Reply via email to