diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:29:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:53:24 +0100 |
commit | 1f9f1999cdc8ccb94054dec2d2951c7e486aa996 (patch) | |
tree | 083f072f5a45564fcf8937b43274d14b4d6a037e /app-editors | |
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 'app-editors')
-rw-r--r-- | app-editors/zed/zed-0.155.2-r1.ebuild | 2 | ||||
-rw-r--r-- | app-editors/zed/zed-0.159.10-r1.ebuild | 2 | ||||
-rw-r--r-- | app-editors/zed/zed-0.160.7-r1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/zed/zed-0.155.2-r1.ebuild b/app-editors/zed/zed-0.155.2-r1.ebuild index d5fff03544d8..f6d3bf8ddcca 100644 --- a/app-editors/zed/zed-0.155.2-r1.ebuild +++ b/app-editors/zed/zed-0.155.2-r1.ebuild @@ -81,7 +81,7 @@ BDEPEND=" sys-devel/mold $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " diff --git a/app-editors/zed/zed-0.159.10-r1.ebuild b/app-editors/zed/zed-0.159.10-r1.ebuild index cafbc3ad3ecd..ece902784f20 100644 --- a/app-editors/zed/zed-0.159.10-r1.ebuild +++ b/app-editors/zed/zed-0.159.10-r1.ebuild @@ -107,7 +107,7 @@ BDEPEND=" sys-devel/mold $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " diff --git a/app-editors/zed/zed-0.160.7-r1.ebuild b/app-editors/zed/zed-0.160.7-r1.ebuild index fd91a252fe1c..ba409f0f9c56 100644 --- a/app-editors/zed/zed-0.160.7-r1.ebuild +++ b/app-editors/zed/zed-0.160.7-r1.ebuild @@ -107,7 +107,7 @@ BDEPEND=" sys-devel/mold $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " |