summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-04-26 14:22:59 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-04-26 14:25:24 -0700
commita719b7bb3630b896c52dd30425f8ac38d2f3e4ac (patch)
tree554608a0e14fb4af4b05019a356bc1537582a990 /app-emulation/docker
parentx11-themes/neutral-xcursors: drop old version (diff)
downloadgentoo-a719b7bb3630b896c52dd30425f8ac38d2f3e4ac.tar.gz
gentoo-a719b7bb3630b896c52dd30425f8ac38d2f3e4ac.tar.bz2
gentoo-a719b7bb3630b896c52dd30425f8ac38d2f3e4ac.zip
app-emulation/docker: restrict tests
unfortunately tests require priveleges and fetching from network Closes: https://bugs.gentoo.org/785586 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-emulation/docker')
-rw-r--r--app-emulation/docker/docker-19.03.15.ebuild2
-rw-r--r--app-emulation/docker/docker-20.10.5.ebuild2
-rw-r--r--app-emulation/docker/docker-20.10.6-r1.ebuild4
3 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/docker/docker-19.03.15.ebuild b/app-emulation/docker/docker-19.03.15.ebuild
index 264b79cadde4..34156fd7f943 100644
--- a/app-emulation/docker/docker-19.03.15.ebuild
+++ b/app-emulation/docker/docker-19.03.15.ebuild
@@ -61,7 +61,7 @@ RDEPEND="
container-init? ( >=sys-process/tini-0.18.0[static] )
"
-RESTRICT="installsources strip"
+RESTRICT="installsources strip test"
S="${WORKDIR}/${P}/src/${EGO_PN}"
diff --git a/app-emulation/docker/docker-20.10.5.ebuild b/app-emulation/docker/docker-20.10.5.ebuild
index 0d576b0ffc80..7742d1fc1659 100644
--- a/app-emulation/docker/docker-20.10.5.ebuild
+++ b/app-emulation/docker/docker-20.10.5.ebuild
@@ -50,7 +50,7 @@ BDEPEND="
virtual/pkgconfig
"
-RESTRICT="installsources strip"
+RESTRICT="installsources strip test"
S="${WORKDIR}/${P}/src/${EGO_PN}"
diff --git a/app-emulation/docker/docker-20.10.6-r1.ebuild b/app-emulation/docker/docker-20.10.6-r1.ebuild
index 2b99383d6b7f..b217d40ae522 100644
--- a/app-emulation/docker/docker-20.10.6-r1.ebuild
+++ b/app-emulation/docker/docker-20.10.6-r1.ebuild
@@ -49,8 +49,8 @@ BDEPEND="
dev-go/go-md2man
virtual/pkgconfig
"
-
-RESTRICT="installsources strip"
+# tests require running dockerd as root and downloading containers
+RESTRICT="installsources strip test"
S="${WORKDIR}/${P}/src/${EGO_PN}"