commit: 67f77da4d63c44881f9319dbabeea1f4eae97540 Author: Christian Strahl <c.a.strahl <AT> gmail <DOT> com> AuthorDate: Mon Jul 30 16:09:57 2018 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Mon Aug 6 15:46:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67f77da4
dev-util/clion: prevent file collisions with other jetbrains products Closes: https://bugs.gentoo.org/640954 Closes: https://bugs.gentoo.org/644980 dev-util/clion/clion-2018.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/clion/clion-2018.2.ebuild b/dev-util/clion/clion-2018.2.ebuild index 803c11d46cf..f7113f1c19c 100644 --- a/dev-util/clion/clion-2018.2.ebuild +++ b/dev-util/clion/clion-2018.2.ebuild @@ -13,6 +13,7 @@ LICENSE="IDEA || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )" SLOT="0" KEYWORDS="~amd64 ~x86" +RESTRICT="splitdebug" # RDEPENDS may cause false positives in repoman. # clion requires cmake and gdb at runtime to build and debug C/C++ projects
