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 221C4158086 for ; Sat, 27 Nov 2021 20:19:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F7332BC00E; Sat, 27 Nov 2021 20:19:05 +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 360952BC00E for ; Sat, 27 Nov 2021 20:19:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2AF0F342EBE for ; Sat, 27 Nov 2021 20:19:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB4101D4 for ; Sat, 27 Nov 2021 20:19:02 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1638044159.3031ae5fc634312af079bd031efaafd2da3983bf.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/arc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/arc/arc-3.2.ebuild X-VCS-Directories: dev-lang/arc/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 3031ae5fc634312af079bd031efaafd2da3983bf X-VCS-Branch: master Date: Sat, 27 Nov 2021 20:19:02 +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: 87d5d9f8-51cf-4e35-b9ce-4d047b52993b X-Archives-Hash: 8931243f403e37236a5d229fc525ebf3 commit: 3031ae5fc634312af079bd031efaafd2da3983bf Author: Maciej Barć gentoo org> AuthorDate: Sat Nov 27 20:15:47 2021 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Nov 27 20:15:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3031ae5f dev-lang/arc: fix file collision with dev-lang/arc Closes: https://bugs.gentoo.org/827649 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć gentoo.org> dev-lang/arc/arc-3.2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-lang/arc/arc-3.2.ebuild b/dev-lang/arc/arc-3.2.ebuild index 3478f9f32541..e9655cb6f6ca 100644 --- a/dev-lang/arc/arc-3.2.ebuild +++ b/dev-lang/arc/arc-3.2.ebuild @@ -14,7 +14,10 @@ LICENSE="Artistic-2" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="dev-scheme/racket:=" +RDEPEND=" + !app-arch/arc + dev-scheme/racket:= +" DEPEND="${RDEPEND}" src_compile() {