Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/webstorm/
Date: Fri, 13 Sep 2019 07:10:26
Message-Id: 1568358609.4782f11631ab9479fcfe15d13608a28ce468824f.mgorny@gentoo
1 commit: 4782f11631ab9479fcfe15d13608a28ce468824f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 13 07:09:18 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 13 07:10:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4782f116
7
8 dev-util/webstorm: Add bindist & mirror restrictions
9
10 Bug: https://bugs.gentoo.org/694274
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-util/webstorm/webstorm-2017.2.4.172.4155.35.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/webstorm/webstorm-2017.2.4.172.4155.35.ebuild b/dev-util/webstorm/webstorm-2017.2.4.172.4155.35.ebuild
17 index 4171a9a4f43..29f6a26054a 100644
18 --- a/dev-util/webstorm/webstorm-2017.2.4.172.4155.35.ebuild
19 +++ b/dev-util/webstorm/webstorm-2017.2.4.172.4155.35.ebuild
20 @@ -16,7 +16,7 @@ SLOT="2017"
21 KEYWORDS="~amd64 ~x86"
22 IUSE=""
23
24 -RESTRICT="splitdebug" #656858
25 +RESTRICT="bindist mirror splitdebug" #656858
26
27 RDEPEND=">=virtual/jdk-1.7"