From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C5A6138334 for ; Mon, 6 Aug 2018 15:47:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9108CE079C; Mon, 6 Aug 2018 15:47:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B76AE079C for ; Mon, 6 Aug 2018 15:47:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F4087335CEE for ; Mon, 6 Aug 2018 15:47:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C10BD396 for ; Mon, 6 Aug 2018 15:47:21 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1533570396.67f77da4d63c44881f9319dbabeea1f4eae97540.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/clion/clion-2018.2.ebuild X-VCS-Directories: dev-util/clion/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 67f77da4d63c44881f9319dbabeea1f4eae97540 X-VCS-Branch: master Date: Mon, 6 Aug 2018 15:47:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1c571e94-6159-469c-a9c9-c28a6cdc14ca X-Archives-Hash: 642d5f4ac854e02e7cec71d5b8c949be commit: 67f77da4d63c44881f9319dbabeea1f4eae97540 Author: Christian Strahl gmail com> AuthorDate: Mon Jul 30 16:09:57 2018 +0000 Commit: Georgy Yakovlev gentoo 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