net-misc/FORT-validator: patch out online test

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-13 18:32:46 +01:00
parent 31484e3fac
commit b2ec794f4a
2 changed files with 31 additions and 2 deletions

View File

@@ -33,11 +33,11 @@ BDEPEND="
sys-devel/automake
"
PATCHES="${FILESDIR}/${PN}-skip-online-test.patch"
src_prepare() {
default
rm test/http* || die
eautoreconf
}