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-forensics | |
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-forensics')
-rw-r--r-- | app-forensics/aflplusplus/aflplusplus-4.21c.ebuild | 2 | ||||
-rw-r--r-- | app-forensics/aflplusplus/aflplusplus-4.30c.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-forensics/aflplusplus/aflplusplus-4.21c.ebuild b/app-forensics/aflplusplus/aflplusplus-4.21c.ebuild index ef06ecdab82c..ef151a959330 100644 --- a/app-forensics/aflplusplus/aflplusplus-4.21c.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-4.21c.ebuild @@ -28,7 +28,7 @@ RDEPEND=" ${PYTHON_DEPS} $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') !app-forensics/afl " diff --git a/app-forensics/aflplusplus/aflplusplus-4.30c.ebuild b/app-forensics/aflplusplus/aflplusplus-4.30c.ebuild index a573ce0d9fe9..f80e61caf6cb 100644 --- a/app-forensics/aflplusplus/aflplusplus-4.30c.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-4.30c.ebuild @@ -28,7 +28,7 @@ RDEPEND=" ${PYTHON_DEPS} $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') !app-forensics/afl " |