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 DE77D158091 for ; Tue, 14 Jun 2022 07:13:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1560CE0903; Tue, 14 Jun 2022 07:13:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 EF094E0903 for ; Tue, 14 Jun 2022 07:13:47 +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 19AB0341CF1 for ; Tue, 14 Jun 2022 07:13:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8752B507 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.6e91232372c06611c51c0f7d4f13872a97e90405.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-r1.ebuild 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: 6e91232372c06611c51c0f7d4f13872a97e90405 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: 3ef7faab-c412-4444-aacf-51395187638a X-Archives-Hash: 401dece48b172d172a47ac58496efea0 commit: 6e91232372c06611c51c0f7d4f13872a97e90405 Author: Joonas Niilola gentoo org> AuthorDate: Tue Jun 14 07:08:56 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=6e912323 dev-util/clion: use 'dosym -r', revbump due to fixed ninja detection Signed-off-by: Joonas Niilola gentoo.org> dev-util/clion/{clion-2022.1.1.ebuild => clion-2022.1.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/clion/clion-2022.1.1.ebuild b/dev-util/clion/clion-2022.1.1-r1.ebuild similarity index 97% rename from dev-util/clion/clion-2022.1.1.ebuild rename to dev-util/clion/clion-2022.1.1-r1.ebuild index 040147388af0..c6fcdf218e77 100644 --- a/dev-util/clion/clion-2022.1.1.ebuild +++ b/dev-util/clion/clion-2022.1.1-r1.ebuild @@ -96,7 +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 + dosym -r "${EPREFIX}/usr/bin/ninja" "${dir}"/bin/ninja/linux/ninja make_wrapper "${PN}" "${dir}/bin/${PN}.sh" newicon "bin/${PN}.svg" "${PN}.svg"