diff options
author | 2024-12-11 12:29:30 +0100 | |
---|---|---|
committer | 2024-12-11 12:53:24 +0100 | |
commit | 1f9f1999cdc8ccb94054dec2d2951c7e486aa996 (patch) | |
tree | 083f072f5a45564fcf8937b43274d14b4d6a037e /dev-lisp | |
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-lisp')
-rw-r--r-- | dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild b/dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild index e3b2c61de99c..b88b17b16641 100644 --- a/dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild +++ b/dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild @@ -18,5 +18,5 @@ SLOT="0" KEYWORDS="~amd64" DEPEND="llvm-core/clang:${LLVM_MAX_SLOT} - sys-devel/llvm:${LLVM_MAX_SLOT}" + llvm-core/llvm:${LLVM_MAX_SLOT}" RDEPEND="${DEPEND}" |