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 DB7FF138334 for ; Thu, 31 Jan 2019 18:52:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3048AE0B04; Thu, 31 Jan 2019 18:52:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0BF00E0B04 for ; Thu, 31 Jan 2019 18:52:37 +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 9B8AA335D5B for ; Thu, 31 Jan 2019 18:52:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F56552B for ; Thu, 31 Jan 2019 18:52:35 +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: <1548960741.3496976763bf4b3fb57427ebfae4e1f1f2e66281.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.3.3.ebuild X-VCS-Directories: dev-util/clion/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 3496976763bf4b3fb57427ebfae4e1f1f2e66281 X-VCS-Branch: master Date: Thu, 31 Jan 2019 18:52:35 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 25e430aa-e275-4b15-ae18-8e940bcf1557 X-Archives-Hash: 8ac3ee8925a533438814b787e7ab09e4 commit: 3496976763bf4b3fb57427ebfae4e1f1f2e66281 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Jan 31 18:51:36 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Jan 31 18:52:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34969767 dev-util/clion: add cmake back to RDEPEND Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/clion/clion-2018.3.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/clion/clion-2018.3.3.ebuild b/dev-util/clion/clion-2018.3.3.ebuild index f20bbce7839..8ad83a90304 100644 --- a/dev-util/clion/clion-2018.3.3.ebuild +++ b/dev-util/clion/clion-2018.3.3.ebuild @@ -19,6 +19,7 @@ IUSE="custom-jdk" # RDEPENDS may cause false positives in repoman. # clion requires cmake and gdb at runtime to build and debug C/C++ projects RDEPEND=" + dev-util/cmake sys-devel/gdb !custom-jdk? ( virtual/jdk )"