Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clion/
Date: Mon, 06 Aug 2018 15:47:28
Message-Id: 1533570396.67f77da4d63c44881f9319dbabeea1f4eae97540.gyakovlev@gentoo
1 commit: 67f77da4d63c44881f9319dbabeea1f4eae97540
2 Author: Christian Strahl <c.a.strahl <AT> gmail <DOT> com>
3 AuthorDate: Mon Jul 30 16:09:57 2018 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 6 15:46:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67f77da4
7
8 dev-util/clion: prevent file collisions with other jetbrains products
9
10 Closes: https://bugs.gentoo.org/640954
11 Closes: https://bugs.gentoo.org/644980
12
13 dev-util/clion/clion-2018.2.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-util/clion/clion-2018.2.ebuild b/dev-util/clion/clion-2018.2.ebuild
17 index 803c11d46cf..f7113f1c19c 100644
18 --- a/dev-util/clion/clion-2018.2.ebuild
19 +++ b/dev-util/clion/clion-2018.2.ebuild
20 @@ -13,6 +13,7 @@ LICENSE="IDEA
21 || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
22 SLOT="0"
23 KEYWORDS="~amd64 ~x86"
24 +RESTRICT="splitdebug"
25
26 # RDEPENDS may cause false positives in repoman.
27 # clion requires cmake and gdb at runtime to build and debug C/C++ projects