Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gsutil/
Date: Tue, 30 Jul 2019 00:21:39
Message-Id: 1564446076.b615a8e3f1c12a6c333ab0ba33c364b1c7e241b9.chutzpah@gentoo
1 commit: b615a8e3f1c12a6c333ab0ba33c364b1c7e241b9
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Tue Jul 30 00:21:16 2019 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 30 00:21:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b615a8e3
7
8 net-misc/gsutil: RESTRICT=test (bug #690796)
9
10 The tests reqire talking to Google, there is no feasible way to make
11 them work.
12
13 It seems like repoman should be checking for this...
14 Closes: https://bugs.gentoo.org/690796
15 Copyright: Sony Interactive Entertainment Inc.
16 Package-Manager: Portage-2.3.69, Repoman-2.3.16
17 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
18
19 net-misc/gsutil/gsutil-4.41.ebuild | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/net-misc/gsutil/gsutil-4.41.ebuild b/net-misc/gsutil/gsutil-4.41.ebuild
23 index 1bb18ea172b..c645f1344db 100644
24 --- a/net-misc/gsutil/gsutil-4.41.ebuild
25 +++ b/net-misc/gsutil/gsutil-4.41.ebuild
26 @@ -44,7 +44,7 @@ S="${WORKDIR}/${PN}"
27 DOCS=( README.md CHANGES.md )
28
29 # needs to talk to Google to run tests
30 -RESTRICT="test? ( network-sandbox )"
31 +RESTRICT="test"
32
33 python_prepare_all() {
34 distutils-r1_python_prepare_all