summaryrefslogtreecommitdiff
path: root/llvm-core/lld/lld-15.0.7.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-12-11 12:29:30 +0100
committerMichał Górny <mgorny@gentoo.org>2024-12-11 12:53:24 +0100
commit1f9f1999cdc8ccb94054dec2d2951c7e486aa996 (patch)
tree083f072f5a45564fcf8937b43274d14b4d6a037e /llvm-core/lld/lld-15.0.7.ebuild
parent70ebd0f191056450222c7f5dd3f7caf098dfa849 (diff)
downloadgentoo-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 'llvm-core/lld/lld-15.0.7.ebuild')
-rw-r--r--llvm-core/lld/lld-15.0.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm-core/lld/lld-15.0.7.ebuild b/llvm-core/lld/lld-15.0.7.ebuild
index e75527f1a63f..c2ea264d56bc 100644
--- a/llvm-core/lld/lld-15.0.7.ebuild
+++ b/llvm-core/lld/lld-15.0.7.ebuild
@@ -16,7 +16,7 @@ IUSE="debug test"
RESTRICT="!test? ( test )"
DEPEND="
- ~sys-devel/llvm-${PV}
+ ~llvm-core/llvm-${PV}
sys-libs/zlib:=
"
RDEPEND="
@@ -24,7 +24,7 @@ RDEPEND="
!llvm-core/lld:0
"
BDEPEND="
- sys-devel/llvm:${LLVM_MAJOR}
+ llvm-core/llvm:${LLVM_MAJOR}
test? (
$(python_gen_any_dep ">=dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
)