Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker/
Date: Mon, 26 Apr 2021 21:25:41
Message-Id: 1619472324.a719b7bb3630b896c52dd30425f8ac38d2f3e4ac.gyakovlev@gentoo
1 commit: a719b7bb3630b896c52dd30425f8ac38d2f3e4ac
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 26 21:22:59 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 26 21:25:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a719b7bb
7
8 app-emulation/docker: restrict tests
9
10 unfortunately tests require priveleges and fetching from network
11
12 Closes: https://bugs.gentoo.org/785586
13 Package-Manager: Portage-3.0.18, Repoman-3.0.3
14 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
15
16 app-emulation/docker/docker-19.03.15.ebuild | 2 +-
17 app-emulation/docker/docker-20.10.5.ebuild | 2 +-
18 app-emulation/docker/docker-20.10.6-r1.ebuild | 4 ++--
19 3 files changed, 4 insertions(+), 4 deletions(-)
20
21 diff --git a/app-emulation/docker/docker-19.03.15.ebuild b/app-emulation/docker/docker-19.03.15.ebuild
22 index 264b79cadde..34156fd7f94 100644
23 --- a/app-emulation/docker/docker-19.03.15.ebuild
24 +++ b/app-emulation/docker/docker-19.03.15.ebuild
25 @@ -61,7 +61,7 @@ RDEPEND="
26 container-init? ( >=sys-process/tini-0.18.0[static] )
27 "
28
29 -RESTRICT="installsources strip"
30 +RESTRICT="installsources strip test"
31
32 S="${WORKDIR}/${P}/src/${EGO_PN}"
33
34
35 diff --git a/app-emulation/docker/docker-20.10.5.ebuild b/app-emulation/docker/docker-20.10.5.ebuild
36 index 0d576b0ffc8..7742d1fc165 100644
37 --- a/app-emulation/docker/docker-20.10.5.ebuild
38 +++ b/app-emulation/docker/docker-20.10.5.ebuild
39 @@ -50,7 +50,7 @@ BDEPEND="
40 virtual/pkgconfig
41 "
42
43 -RESTRICT="installsources strip"
44 +RESTRICT="installsources strip test"
45
46 S="${WORKDIR}/${P}/src/${EGO_PN}"
47
48
49 diff --git a/app-emulation/docker/docker-20.10.6-r1.ebuild b/app-emulation/docker/docker-20.10.6-r1.ebuild
50 index 2b99383d6b7..b217d40ae52 100644
51 --- a/app-emulation/docker/docker-20.10.6-r1.ebuild
52 +++ b/app-emulation/docker/docker-20.10.6-r1.ebuild
53 @@ -49,8 +49,8 @@ BDEPEND="
54 dev-go/go-md2man
55 virtual/pkgconfig
56 "
57 -
58 -RESTRICT="installsources strip"
59 +# tests require running dockerd as root and downloading containers
60 +RESTRICT="installsources strip test"
61
62 S="${WORKDIR}/${P}/src/${EGO_PN}"