app-containers/docker-cli: restrict tests again

Closes: https://bugs.gentoo.org/795897
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: William Hubbs <williamh@gentoo.org>
This commit is contained in:
William Hubbs
2022-02-14 01:50:22 -06:00
parent 77b5bbde02
commit 88db6a9fca
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ BDEPEND="
>=dev-lang/go-1.16.6
dev-go/go-md2man"
RESTRICT="installsources strip"
RESTRICT="installsources strip test"
S="${WORKDIR}/${P}/src/${EGO_PN}"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,7 +21,7 @@ BDEPEND="
>=dev-lang/go-1.16.6
dev-go/go-md2man"
RESTRICT="installsources strip"
RESTRICT="installsources strip test"
S="${WORKDIR}/${P}/src/${EGO_PN}"