commit:     6b2dcbb11287d7992ed86ea756170c93a6419ab5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 09:04:52 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 09:05:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2dcbb1

dev-libs/botan: respect MAKEOPTS for tests

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/botan/botan-2.19.2.ebuild    | 6 +++---
 dev-libs/botan/botan-2.19.3-r2.ebuild | 4 ++--
 dev-libs/botan/botan-3.0.0-r2.ebuild  | 4 ++--
 dev-libs/botan/botan-3.1.0.ebuild     | 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-libs/botan/botan-2.19.2.ebuild 
b/dev-libs/botan/botan-2.19.2.ebuild
index e899feaea56b..9001823c1c74 100644
--- a/dev-libs/botan/botan-2.19.2.ebuild
+++ b/dev-libs/botan/botan-2.19.2.ebuild
@@ -3,9 +3,9 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/botan.asc
-inherit edo python-r1 toolchain-funcs verify-sig
+inherit edo multiprocessing python-r1 toolchain-funcs verify-sig
 
 MY_P="Botan-${PV}"
 DESCRIPTION="C++ crypto library"
@@ -167,7 +167,7 @@ src_configure() {
 }
 
 src_test() {
-       LD_LIBRARY_PATH="${S}" ./botan-test || die "Validation tests failed"
+       LD_LIBRARY_PATH="${S}" edo ./botan-test 
--test-threads="$(makeopts_jobs)"
 }
 
 src_install() {

diff --git a/dev-libs/botan/botan-2.19.3-r2.ebuild 
b/dev-libs/botan/botan-2.19.3-r2.ebuild
index 3059e4d2c09e..901ed502d597 100644
--- a/dev-libs/botan/botan-2.19.3-r2.ebuild
+++ b/dev-libs/botan/botan-2.19.3-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{10..11} )
 VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/botan.asc
-inherit edo python-r1 toolchain-funcs verify-sig
+inherit edo multiprocessing python-r1 toolchain-funcs verify-sig
 
 MY_P="Botan-${PV}"
 DESCRIPTION="C++ crypto library"
@@ -173,7 +173,7 @@ src_configure() {
 }
 
 src_test() {
-       LD_LIBRARY_PATH="${S}" ./botan-test$(ver_cut 1) || die "Validation 
tests failed"
+       LD_LIBRARY_PATH="${S}" edo ./botan-test$(ver_cut 1) 
--test-threads="$(makeopts_jobs)"
 }
 
 src_install() {

diff --git a/dev-libs/botan/botan-3.0.0-r2.ebuild 
b/dev-libs/botan/botan-3.0.0-r2.ebuild
index fb1e9384a2cc..29f6c986af69 100644
--- a/dev-libs/botan/botan-3.0.0-r2.ebuild
+++ b/dev-libs/botan/botan-3.0.0-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{10..11} )
 VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/botan.asc
-inherit edo python-r1 toolchain-funcs verify-sig
+inherit edo multiprocessing python-r1 toolchain-funcs verify-sig
 
 MY_P="Botan-${PV}"
 DESCRIPTION="C++ crypto library"
@@ -176,7 +176,7 @@ src_configure() {
 }
 
 src_test() {
-       LD_LIBRARY_PATH="${S}" ./botan-test$(ver_cut 1) || die "Validation 
tests failed"
+       LD_LIBRARY_PATH="${S}" edo ./botan-test$(ver_cut 1) 
--test-threads="$(makeopts_jobs)"
 }
 
 src_install() {

diff --git a/dev-libs/botan/botan-3.1.0.ebuild 
b/dev-libs/botan/botan-3.1.0.ebuild
index 2fae139bb350..556004d6c660 100644
--- a/dev-libs/botan/botan-3.1.0.ebuild
+++ b/dev-libs/botan/botan-3.1.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{10..12} )
 VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/botan.asc
-inherit edo python-r1 toolchain-funcs verify-sig
+inherit edo multiprocessing python-r1 toolchain-funcs verify-sig
 
 MY_P="Botan-${PV}"
 DESCRIPTION="C++ crypto library"
@@ -173,7 +173,7 @@ src_configure() {
 }
 
 src_test() {
-       LD_LIBRARY_PATH="${S}" ./botan-test$(ver_cut 1) || die "Validation 
tests failed"
+       LD_LIBRARY_PATH="${S}" edo ./botan-test$(ver_cut 1) 
--test-threads="$(makeopts_jobs)"
 }
 
 src_install() {

Reply via email to