Skip to content

Commit

Permalink
dev-lang/arc: fix file collision with dev-lang/arc
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/827649
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <[email protected]>
  • Loading branch information
xgqt committed Nov 27, 2021
1 parent bc7e86b commit 3031ae5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev-lang/arc/arc-3.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 3031ae5

Please sign in to comment.