Skip to content

Commit

Permalink
app-emulation/FEX: deal with LLVM pkgmove
Browse files Browse the repository at this point in the history
Signed-off-by: James Calligeros <[email protected]>
  • Loading branch information
chadmed committed Dec 12, 2024
1 parent a337f83 commit f0cd647
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app-emulation/FEX/FEX-2412-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="-* ~arm64"
BDEPEND="
sys-devel/clang
sys-devel/llvm
llvm-core/clang
llvm-core/llvm
thunks? (
!crossdev-toolchain? (
sys-devel/x86_64-multilib-toolchain
)
$(llvm_gen_dep '
sys-devel/clang:${LLVM_SLOT}=
sys-devel/llvm:${LLVM_SLOT}=
llvm-core/clang:${LLVM_SLOT}=
llvm-core/llvm:${LLVM_SLOT}=
')
)
"
Expand Down

0 comments on commit f0cd647

Please sign in to comment.