summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-12-11 12:12:10 +0100
committerMichał Górny <mgorny@gentoo.org>2024-12-11 12:53:13 +0100
commitc614d9691e23ef798e5f7ca78768803f9be57c53 (patch)
treec16b3ceeb65682e6489aabe2d31894e8f459f84f /dev-cpp
parentMove {sys-libs → llvm-runtimes}/libcxxabi (diff)
downloadgentoo-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 'dev-cpp')
-rw-r--r--dev-cpp/benchmark/benchmark-1.9.0.ebuild2
-rw-r--r--dev-cpp/benchmark/metadata.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-cpp/benchmark/benchmark-1.9.0.ebuild b/dev-cpp/benchmark/benchmark-1.9.0.ebuild
index 4a62d10f234f..8340d18d7710 100644
--- a/dev-cpp/benchmark/benchmark-1.9.0.ebuild
+++ b/dev-cpp/benchmark/benchmark-1.9.0.ebuild
@@ -18,7 +18,7 @@ RESTRICT="!test? ( test )"
REQUIRED_USE="tools? ( ${PYTHON_REQUIRED_USE} )"
DEPEND="
- libcxx? ( sys-libs/libcxx[${MULTILIB_USEDEP}] )
+ libcxx? ( llvm-runtimes/libcxx[${MULTILIB_USEDEP}] )
libpfm? ( dev-libs/libpfm:= )
"
diff --git a/dev-cpp/benchmark/metadata.xml b/dev-cpp/benchmark/metadata.xml
index 0f523bea9937..86e7951db2b5 100644
--- a/dev-cpp/benchmark/metadata.xml
+++ b/dev-cpp/benchmark/metadata.xml
@@ -11,13 +11,13 @@
</maintainer>
<use>
<flag name="exceptions">Enable the use of exceptions in the benchmark library</flag>
- <flag name="libcxx">Use <pkg>sys-libs/libcxx</pkg> instead of libstdc++ as the default stdlib</flag>
+ <flag name="libcxx">Use <pkg>llvm-runtimes/libcxx</pkg> instead of libstdc++ as the default stdlib</flag>
<flag name="libpfm">Enable <pkg>dev-libs/libpfm</pkg> support</flag>
<flag name="tools">Install some additional Python tools</flag>
</use>
<use lang="fr">
<flag name="exceptions">Utiliser les exceptions inclues dans la bibliothèque</flag>
- <flag name="libcxx">Utiliser <pkg>sys-libs/libcxx</pkg> à la place de libstdc++ comme bibliothèque standard</flag>
+ <flag name="libcxx">Utiliser <pkg>llvm-runtimes/libcxx</pkg> à la place de libstdc++ comme bibliothèque standard</flag>
<flag name="libpfm">Activer le support de <pkg>dev-libs/libpfm</pkg></flag>
<flag name="tools">Installer des outils Python additionnels</flag>
</use>