diff options
author | 2024-12-11 12:29:30 +0100 | |
---|---|---|
committer | 2024-12-11 12:53:24 +0100 | |
commit | 1f9f1999cdc8ccb94054dec2d2951c7e486aa996 (patch) | |
tree | 083f072f5a45564fcf8937b43274d14b4d6a037e /dev-dotnet | |
parent | Move {sys-devel → llvm-core}/llvm-common (diff) | |
download | gentoo-1f9f1999cdc8ccb94054dec2d2951c7e486aa996.tar.gz gentoo-1f9f1999cdc8ccb94054dec2d2951c7e486aa996.tar.bz2 gentoo-1f9f1999cdc8ccb94054dec2d2951c7e486aa996.zip |
Move {sys-devel → llvm-core}/llvm
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.107-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.107-r2.ebuild b/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.107-r2.ebuild index bca11d120e58..d04a60778e19 100644 --- a/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.107-r2.ebuild +++ b/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.107-r2.ebuild @@ -84,7 +84,7 @@ BDEPEND=" dev-vcs/git $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') " IDEPEND=" diff --git a/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild b/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild index c233b5ef1c7f..edaa15d989f4 100644 --- a/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild +++ b/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild @@ -85,7 +85,7 @@ BDEPEND=" dev-vcs/git $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') " IDEPEND=" |