diff options
Diffstat (limited to 'dev-cpp')
| -rw-r--r-- | dev-cpp/benchmark/benchmark-1.9.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-cpp/benchmark/metadata.xml | 4 |
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> |
