mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
Move {sys-libs → llvm-runtimes}/libcxx
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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:= )
|
||||
"
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user