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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DBADA158091 for ; Tue, 14 Jun 2022 07:13:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABF56E08FA; Tue, 14 Jun 2022 07:13:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94CEFE08FA for ; Tue, 14 Jun 2022 07:13:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5B17341CF9 for ; Tue, 14 Jun 2022 07:13:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73B37506 for ; Tue, 14 Jun 2022 07:13:44 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1655190820.57985c993ba77d931b3cb5cbcf001a406dcc569f.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/clion/clion-2022.1.1.ebuild X-VCS-Directories: dev-util/clion/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 57985c993ba77d931b3cb5cbcf001a406dcc569f X-VCS-Branch: master Date: Tue, 14 Jun 2022 07:13:44 +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: 11f80915-ed3c-4f85-bff1-1c0ba70fcb8d X-Archives-Hash: 96642081cbbfd30b0484256acc012d86 commit: 57985c993ba77d931b3cb5cbcf001a406dcc569f Author: Azamat H. Hackimov gmail com> AuthorDate: Sun Jun 5 19:43:25 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jun 14 07:13:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57985c99 dev-util/clion: fix ninja detection error Clion 2022.1 fails to use system ninja executable, added symlink installation to fix that. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Azamat H. Hackimov gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25770 Signed-off-by: Joonas Niilola gentoo.org> dev-util/clion/clion-2022.1.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/clion/clion-2022.1.1.ebuild b/dev-util/clion/clion-2022.1.1.ebuild index e4ebf8ec95c6..040147388af0 100644 --- a/dev-util/clion/clion-2022.1.1.ebuild +++ b/dev-util/clion/clion-2022.1.1.ebuild @@ -96,6 +96,7 @@ src_install() { # Fix #763582 fperms 755 "${dir}"/jbr/lib/{chrome-sandbox,jcef_helper,jexec,jspawnhelper} fi + dosym "${EPREFIX}/usr/bin/ninja" "${dir}"/bin/ninja/linux/ninja make_wrapper "${PN}" "${dir}/bin/${PN}.sh" newicon "bin/${PN}.svg" "${PN}.svg"