dev-libs/shuffile: restrict tests

Closes: https://bugs.gentoo.org/784647
Closes: https://bugs.gentoo.org/852038
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-06-16 00:53:18 +02:00
parent 41174ff126
commit 3ce60c9188
2 changed files with 6 additions and 2 deletions

View File

@@ -25,7 +25,9 @@ BDEPEND="
"
PATCHES=( "${FILESDIR}/${P}-no-static.patch" )
RESTRICT="!test? ( test )"
# tests require access to /dev/shm, thus root permission is needed
# but mpirun refuse to run as root
RESTRICT="test"
src_configure() {
mycmakeargs=(

View File

@@ -22,7 +22,9 @@ RDEPEND="
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}/${PN}-0.1.0-no-static.patch" )
RESTRICT="!test? ( test )"
# tests require access to /dev/shm, thus root permission is needed
# but mpirun refuse to run as root
RESTRICT="test"
src_configure() {
mycmakeargs=(