diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:20:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:53:16 +0100 |
commit | 6aa98b9305c952a63d1a5f2d39f748ac9e3c5505 (patch) | |
tree | 33484157c68073f9ed2c9011f18c458788287bce /app-crypt | |
parent | Move {sys-libs → llvm-runtimes}/compiler-rt (diff) | |
download | gentoo-6aa98b9305c952a63d1a5f2d39f748ac9e3c5505.tar.gz gentoo-6aa98b9305c952a63d1a5f2d39f748ac9e3c5505.tar.bz2 gentoo-6aa98b9305c952a63d1a5f2d39f748ac9e3c5505.zip |
Move {sys-devel → llvm-core}/clang-runtime
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/libb2/libb2-0.98.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/libb2/libb2-0.98.1-r3.ebuild b/app-crypt/libb2/libb2-0.98.1-r3.ebuild index 17751b670871..d3b6b87a1c0f 100644 --- a/app-crypt/libb2/libb2-0.98.1-r3.ebuild +++ b/app-crypt/libb2/libb2-0.98.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ IUSE="static-libs native-cflags openmp" DEPEND=" openmp? ( - || ( >=sys-devel/gcc-4.2:*[openmp] sys-devel/clang-runtime:*[openmp] ) + || ( >=sys-devel/gcc-4.2:*[openmp] llvm-core/clang-runtime:*[openmp] ) ) " RDEPEND="${DEPEND}" |