mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
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:
@@ -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=(
|
||||
|
||||
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user