app-shells/sheldon: restrict tests, require network

Closes: https://bugs.gentoo.org/974535
Signed-off-by: Keita Urashima <ursm@ursm.jp>
This commit is contained in:
Keita Urashima
2026-05-12 19:42:18 +09:00
parent 03e6bd07ec
commit 9b8b0306cc

View File

@@ -166,6 +166,9 @@ SRC_URI="https://github.com/rossmacarthur/sheldon/archive/refs/tags/${PV}.tar.gz
LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions Boost-1.0 LGPL-2.1+ MIT Unicode-3.0 Unlicense"
SLOT="0"
KEYWORDS="~amd64"
# tests clone github.com/rossmacarthur/sheldon-test, requires network access
# https://bugs.gentoo.org/974535
RESTRICT="test"
# rust does not use *FLAGS from make.conf, silence portage warning
# update with proper path to binaries this crate installs, omit leading /
QA_FLAGS_IGNORED="usr/bin/${PN}"