diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:12:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:53:13 +0100 |
commit | c614d9691e23ef798e5f7ca78768803f9be57c53 (patch) | |
tree | c16b3ceeb65682e6489aabe2d31894e8f459f84f /sys-devel/clang-common/clang-common-15.0.7-r10.ebuild | |
parent | Move {sys-libs → llvm-runtimes}/libcxxabi (diff) | |
download | gentoo-c614d9691e23ef798e5f7ca78768803f9be57c53.tar.gz gentoo-c614d9691e23ef798e5f7ca78768803f9be57c53.tar.bz2 gentoo-c614d9691e23ef798e5f7ca78768803f9be57c53.zip |
Move {sys-libs → llvm-runtimes}/libcxx
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/clang-common/clang-common-15.0.7-r10.ebuild')
-rw-r--r-- | sys-devel/clang-common/clang-common-15.0.7-r10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-common/clang-common-15.0.7-r10.ebuild b/sys-devel/clang-common/clang-common-15.0.7-r10.ebuild index 863210b432e1..928aee10456d 100644 --- a/sys-devel/clang-common/clang-common-15.0.7-r10.ebuild +++ b/sys-devel/clang-common/clang-common-15.0.7-r10.ebuild @@ -23,7 +23,7 @@ PDEPEND=" !llvm-libunwind? ( sys-libs/libunwind[static-libs] ) ) !default-compiler-rt? ( sys-devel/gcc ) - default-libcxx? ( >=sys-libs/libcxx-${PV}[static-libs] ) + default-libcxx? ( >=llvm-runtimes/libcxx-${PV}[static-libs] ) !default-libcxx? ( sys-devel/gcc ) default-lld? ( >=sys-devel/lld-${PV} ) !default-lld? ( sys-devel/binutils ) |