summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-29 05:41:28 +0100
committerSam James <sam@gentoo.org>2022-07-29 05:41:28 +0100
commit0e1a7a98f434538c1c53d920d0a6facf5bdf8545 (patch)
treea41d6297e163e5f4a9eb886981010d73419a87f5 /net-libs
parentnet-libs/libtorrent-rasterbar: add 1.2.17 (diff)
downloadgentoo-0e1a7a98f434538c1c53d920d0a6facf5bdf8545.tar.gz
gentoo-0e1a7a98f434538c1c53d920d0a6facf5bdf8545.tar.bz2
gentoo-0e1a7a98f434538c1c53d920d0a6facf5bdf8545.zip
net-libs/libtorrent-rasterbar: run w/ -j1 for tests
Bug: https://bugs.gentoo.org/854603 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.7.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.7.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.7.ebuild
index 1e94d55e8111..2f3e3831c0b8 100644
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.7.ebuild
+++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.7.ebuild
@@ -70,5 +70,6 @@ src_test() {
# Checked out Fedora's test workarounds for inspiration
# https://src.fedoraproject.org/rpms/rb_libtorrent/blob/rawhide/f/rb_libtorrent.spec#_120
- LD_LIBRARY_PATH="${BUILD_DIR}:${LD_LIBRARY_PATH}" cmake_src_test
+ # -j1 for https://bugs.gentoo.org/854603#c1
+ LD_LIBRARY_PATH="${BUILD_DIR}:${LD_LIBRARY_PATH}" cmake_src_test -j1
}