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/idea-ultimate/
Date: Fri, 13 Sep 2019 07:10:25
Message-Id: 1568358607.7470fb3f44a92acc8dc7e3fe79c523708eeef420.mgorny@gentoo
1 commit: 7470fb3f44a92acc8dc7e3fe79c523708eeef420
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 13 06:39:02 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 13 07:10:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7470fb3f
7
8 dev-util/idea-ultimate: Add bindist & mirror restrictions
9
10 Bug: https://bugs.gentoo.org/694264
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-util/idea-ultimate/idea-ultimate-2017.3.1.173.3942.27.ebuild | 3 ++-
14 dev-util/idea-ultimate/idea-ultimate-2017.3.2.173.4127.17_pre.ebuild | 3 ++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-util/idea-ultimate/idea-ultimate-2017.3.1.173.3942.27.ebuild b/dev-util/idea-ultimate/idea-ultimate-2017.3.1.173.3942.27.ebuild
18 index 6a53389fc5c..abad0541b71 100644
19 --- a/dev-util/idea-ultimate/idea-ultimate-2017.3.1.173.3942.27.ebuild
20 +++ b/dev-util/idea-ultimate/idea-ultimate-2017.3.1.173.3942.27.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -33,6 +33,7 @@ HOMEPAGE="https://www.jetbrains.com/idea"
28 LICENSE="IDEA
29 || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
30 IUSE="-custom-jdk"
31 +RESTRICT="bindist mirror"
32
33 DEPEND="!dev-util/${PN}:14
34 !dev-util/${PN}:15"
35
36 diff --git a/dev-util/idea-ultimate/idea-ultimate-2017.3.2.173.4127.17_pre.ebuild b/dev-util/idea-ultimate/idea-ultimate-2017.3.2.173.4127.17_pre.ebuild
37 index 6a53389fc5c..abad0541b71 100644
38 --- a/dev-util/idea-ultimate/idea-ultimate-2017.3.2.173.4127.17_pre.ebuild
39 +++ b/dev-util/idea-ultimate/idea-ultimate-2017.3.2.173.4127.17_pre.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2019 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -33,6 +33,7 @@ HOMEPAGE="https://www.jetbrains.com/idea"
47 LICENSE="IDEA
48 || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
49 IUSE="-custom-jdk"
50 +RESTRICT="bindist mirror"
51
52 DEPEND="!dev-util/${PN}:14
53 !dev-util/${PN}:15"