commit: 936b39f7323a334b1ec6c8c3ad0686a5f32a1d05 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun May 19 15:57:00 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun May 19 15:57:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=936b39f7
net-p2p/transmission: skip DhtTest.usesBootstrapFile Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> net-p2p/transmission/transmission-4.0.5.ebuild | 5 +++++ net-p2p/transmission/transmission-9999.ebuild | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/net-p2p/transmission/transmission-4.0.5.ebuild b/net-p2p/transmission/transmission-4.0.5.ebuild index fae44eb0e63f..502587eaf033 100644 --- a/net-p2p/transmission/transmission-4.0.5.ebuild +++ b/net-p2p/transmission/transmission-4.0.5.ebuild @@ -119,6 +119,11 @@ src_configure() { cmake_src_configure } +src_test() { + # https://github.com/transmission/transmission/issues/4763 + cmake_src_test -E DhtTest.usesBootstrapFile +} + src_install() { cmake_src_install diff --git a/net-p2p/transmission/transmission-9999.ebuild b/net-p2p/transmission/transmission-9999.ebuild index fa1c1b0109b5..84da9b553129 100644 --- a/net-p2p/transmission/transmission-9999.ebuild +++ b/net-p2p/transmission/transmission-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2006-2023 Gentoo Authors +# Copyright 2006-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -119,6 +119,11 @@ src_configure() { cmake_src_configure } +src_test() { + # https://github.com/transmission/transmission/issues/4763 + cmake_src_test -E DhtTest.usesBootstrapFile +} + src_install() { cmake_src_install