diff options
author | 2018-07-30 18:09:57 +0200 | |
---|---|---|
committer | 2018-08-06 08:46:36 -0700 | |
commit | 67f77da4d63c44881f9319dbabeea1f4eae97540 (patch) | |
tree | dd0f6cf3e56853827f2cfe633461b59c753bdcbe /dev-util/clion | |
parent | dev-util/clion: remove old versions (diff) | |
download | gentoo-67f77da4d63c44881f9319dbabeea1f4eae97540.tar.gz gentoo-67f77da4d63c44881f9319dbabeea1f4eae97540.tar.bz2 gentoo-67f77da4d63c44881f9319dbabeea1f4eae97540.zip |
dev-util/clion: prevent file collisions with other jetbrains products
Closes: https://bugs.gentoo.org/640954
Closes: https://bugs.gentoo.org/644980
Diffstat (limited to 'dev-util/clion')
-rw-r--r-- | dev-util/clion/clion-2018.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/clion/clion-2018.2.ebuild b/dev-util/clion/clion-2018.2.ebuild index 803c11d46cff..f7113f1c19cb 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 |