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 /net-libs | |
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 'net-libs')
-rw-r--r-- | net-libs/tox/tox-0.2.18-r3.ebuild | 2 | ||||
-rw-r--r-- | net-libs/tox/tox-0.2.19.ebuild | 2 | ||||
-rw-r--r-- | net-libs/tox/tox-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/tox/tox-0.2.18-r3.ebuild b/net-libs/tox/tox-0.2.18-r3.ebuild index 4cc9474eb842..e4a4b180f3e0 100644 --- a/net-libs/tox/tox-0.2.18-r3.ebuild +++ b/net-libs/tox/tox-0.2.18-r3.ebuild @@ -34,7 +34,7 @@ RDEPEND="${DEPEND} acct-group/tox acct-user/tox ) - key-utils? ( || ( sys-devel/gcc[openmp] sys-devel/clang-runtime[openmp] ) )" + key-utils? ( || ( sys-devel/gcc[openmp] llvm-core/clang-runtime[openmp] ) )" src_prepare() { cmake_src_prepare diff --git a/net-libs/tox/tox-0.2.19.ebuild b/net-libs/tox/tox-0.2.19.ebuild index 04f6560c516e..949e426d457f 100644 --- a/net-libs/tox/tox-0.2.19.ebuild +++ b/net-libs/tox/tox-0.2.19.ebuild @@ -34,7 +34,7 @@ RDEPEND="${DEPEND} acct-group/tox acct-user/tox ) - key-utils? ( || ( sys-devel/gcc[openmp] sys-devel/clang-runtime[openmp] ) )" + key-utils? ( || ( sys-devel/gcc[openmp] llvm-core/clang-runtime[openmp] ) )" src_prepare() { cmake_src_prepare diff --git a/net-libs/tox/tox-9999.ebuild b/net-libs/tox/tox-9999.ebuild index 0ecda67307a5..35df669588f9 100644 --- a/net-libs/tox/tox-9999.ebuild +++ b/net-libs/tox/tox-9999.ebuild @@ -39,7 +39,7 @@ RDEPEND="${DEPEND} acct-group/tox acct-user/tox ) - key-utils? ( || ( sys-devel/gcc[openmp] sys-devel/clang-runtime[openmp] ) )" + key-utils? ( || ( sys-devel/gcc[openmp] llvm-core/clang-runtime[openmp] ) )" src_prepare() { cmake_src_prepare |