Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bazel/
Date: Mon, 29 Jul 2019 06:41:05
Message-Id: 1564382452.f3a38739108e676f971602127d4c00bf6ff5bcda.zmedico@gentoo
1 commit: f3a38739108e676f971602127d4c00bf6ff5bcda
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 29 06:30:24 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 29 06:40:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a38739
7
8 dev-util/bazel: RESTRICT=test
9
10 Closes: https://bugs.gentoo.org/690794
11 Package-Manager: Portage-2.3.69, Repoman-2.3.16
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 dev-util/bazel/bazel-0.24.1-r1.ebuild | 5 +++--
15 dev-util/bazel/bazel-0.26.1-r1.ebuild | 5 +++--
16 dev-util/bazel/bazel-0.27.0-r1.ebuild | 5 +++--
17 dev-util/bazel/bazel-0.27.2.ebuild | 5 +++--
18 dev-util/bazel/bazel-0.28.1.ebuild | 5 +++--
19 5 files changed, 15 insertions(+), 10 deletions(-)
20
21 diff --git a/dev-util/bazel/bazel-0.24.1-r1.ebuild b/dev-util/bazel/bazel-0.24.1-r1.ebuild
22 index a1d730d5713..84224be1166 100644
23 --- a/dev-util/bazel/bazel-0.24.1-r1.ebuild
24 +++ b/dev-util/bazel/bazel-0.24.1-r1.ebuild
25 @@ -13,9 +13,10 @@ SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.z
26 LICENSE="Apache-2.0"
27 SLOT="0"
28 KEYWORDS="~amd64"
29 -IUSE="examples test tools"
30 +IUSE="examples tools"
31 # strip corrupts the bazel binary
32 -RESTRICT="strip test? ( network-sandbox ) !test? ( test )"
33 +# test fails with network-sandbox: An error occurred during the fetch of repository 'io_bazel_skydoc' (bug 690794)
34 +RESTRICT="strip test"
35 RDEPEND=">=virtual/jdk-1.8:*"
36 DEPEND="${RDEPEND}
37 app-arch/unzip
38
39 diff --git a/dev-util/bazel/bazel-0.26.1-r1.ebuild b/dev-util/bazel/bazel-0.26.1-r1.ebuild
40 index a1d730d5713..84224be1166 100644
41 --- a/dev-util/bazel/bazel-0.26.1-r1.ebuild
42 +++ b/dev-util/bazel/bazel-0.26.1-r1.ebuild
43 @@ -13,9 +13,10 @@ SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.z
44 LICENSE="Apache-2.0"
45 SLOT="0"
46 KEYWORDS="~amd64"
47 -IUSE="examples test tools"
48 +IUSE="examples tools"
49 # strip corrupts the bazel binary
50 -RESTRICT="strip test? ( network-sandbox ) !test? ( test )"
51 +# test fails with network-sandbox: An error occurred during the fetch of repository 'io_bazel_skydoc' (bug 690794)
52 +RESTRICT="strip test"
53 RDEPEND=">=virtual/jdk-1.8:*"
54 DEPEND="${RDEPEND}
55 app-arch/unzip
56
57 diff --git a/dev-util/bazel/bazel-0.27.0-r1.ebuild b/dev-util/bazel/bazel-0.27.0-r1.ebuild
58 index a1d730d5713..84224be1166 100644
59 --- a/dev-util/bazel/bazel-0.27.0-r1.ebuild
60 +++ b/dev-util/bazel/bazel-0.27.0-r1.ebuild
61 @@ -13,9 +13,10 @@ SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.z
62 LICENSE="Apache-2.0"
63 SLOT="0"
64 KEYWORDS="~amd64"
65 -IUSE="examples test tools"
66 +IUSE="examples tools"
67 # strip corrupts the bazel binary
68 -RESTRICT="strip test? ( network-sandbox ) !test? ( test )"
69 +# test fails with network-sandbox: An error occurred during the fetch of repository 'io_bazel_skydoc' (bug 690794)
70 +RESTRICT="strip test"
71 RDEPEND=">=virtual/jdk-1.8:*"
72 DEPEND="${RDEPEND}
73 app-arch/unzip
74
75 diff --git a/dev-util/bazel/bazel-0.27.2.ebuild b/dev-util/bazel/bazel-0.27.2.ebuild
76 index a1d730d5713..84224be1166 100644
77 --- a/dev-util/bazel/bazel-0.27.2.ebuild
78 +++ b/dev-util/bazel/bazel-0.27.2.ebuild
79 @@ -13,9 +13,10 @@ SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.z
80 LICENSE="Apache-2.0"
81 SLOT="0"
82 KEYWORDS="~amd64"
83 -IUSE="examples test tools"
84 +IUSE="examples tools"
85 # strip corrupts the bazel binary
86 -RESTRICT="strip test? ( network-sandbox ) !test? ( test )"
87 +# test fails with network-sandbox: An error occurred during the fetch of repository 'io_bazel_skydoc' (bug 690794)
88 +RESTRICT="strip test"
89 RDEPEND=">=virtual/jdk-1.8:*"
90 DEPEND="${RDEPEND}
91 app-arch/unzip
92
93 diff --git a/dev-util/bazel/bazel-0.28.1.ebuild b/dev-util/bazel/bazel-0.28.1.ebuild
94 index a1d730d5713..84224be1166 100644
95 --- a/dev-util/bazel/bazel-0.28.1.ebuild
96 +++ b/dev-util/bazel/bazel-0.28.1.ebuild
97 @@ -13,9 +13,10 @@ SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.z
98 LICENSE="Apache-2.0"
99 SLOT="0"
100 KEYWORDS="~amd64"
101 -IUSE="examples test tools"
102 +IUSE="examples tools"
103 # strip corrupts the bazel binary
104 -RESTRICT="strip test? ( network-sandbox ) !test? ( test )"
105 +# test fails with network-sandbox: An error occurred during the fetch of repository 'io_bazel_skydoc' (bug 690794)
106 +RESTRICT="strip test"
107 RDEPEND=">=virtual/jdk-1.8:*"
108 DEPEND="${RDEPEND}
109 app-arch/unzip