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 92350158095 for ; Wed, 14 Sep 2022 17:18:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F64CE099B; Wed, 14 Sep 2022 17:17:59 +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 7534EE099B for ; Wed, 14 Sep 2022 17:17:59 +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 762F5340F04 for ; Wed, 14 Sep 2022 17:17:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3F52599 for ; Wed, 14 Sep 2022 17:17:56 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1663175858.ab552dc8475f774cf689793c66c83b27b8503d21.matthew@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.2.1-r1.ebuild dev-util/clion/clion-2022.2.1.ebuild X-VCS-Directories: dev-util/clion/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: ab552dc8475f774cf689793c66c83b27b8503d21 X-VCS-Branch: master Date: Wed, 14 Sep 2022 17:17:56 +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: 503757be-ff88-4831-835b-ca4525de697d X-Archives-Hash: 6693c815cc08b92f555f38e8bb33e96f commit: ab552dc8475f774cf689793c66c83b27b8503d21 Author: Matthew Smith gentoo org> AuthorDate: Wed Sep 14 17:16:55 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Wed Sep 14 17:17:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab552dc8 dev-util/clion: don't install aarch64 libraries Closes: https://bugs.gentoo.org/869659 Signed-off-by: Matthew Smith gentoo.org> dev-util/clion/{clion-2022.2.1.ebuild => clion-2022.2.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/clion/clion-2022.2.1.ebuild b/dev-util/clion/clion-2022.2.1-r1.ebuild similarity index 98% rename from dev-util/clion/clion-2022.2.1.ebuild rename to dev-util/clion/clion-2022.2.1-r1.ebuild index 30e78ada931f..a0bb07fec4df 100644 --- a/dev-util/clion/clion-2022.2.1.ebuild +++ b/dev-util/clion/clion-2022.2.1-r1.ebuild @@ -71,6 +71,7 @@ src_prepare() { lib/pty4j-native/linux/mips64el lib/pty4j-native/linux/ppc64le plugins/remote-dev-server/selfcontained + plugins/cwm-plugin/quiche-native/linux-aarch64 ) use amd64 || remove_me+=( lib/pty4j-native/linux/x86_64 )