Skip to content

Commit

Permalink
sys-libs/libcxx: update maintainers in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Lei Zhang authored and aballier committed Oct 3, 2016
1 parent 547bf1f commit bef68cd
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions sys-libs/libcxx/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- BSD is here because the plan is to have libc++ as the standard C++
library with clang. A llvm herd would make a lot of sense here too -->
<maintainer type="person">
<email>[email protected]</email>
<name>Alexis Ballier</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>BSD Project</name>
</maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Michał Górny</name>
</maintainer>
<use>
<flag name="libcxxrt">Build on top of <pkg>sys-libs/libcxxrt</pkg> instead of gcc's libsupc++ (avoids depending on gcc).</flag>
<flag name="libunwind">Use libunwind instead of libgcc_s for stack unwinding, thus avoiding dependence on gcc.</flag>
</use>
<maintainer type="person">
<email>[email protected]</email>
<name>Alexis Ballier</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>BSD Project</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>LLVM Project</name>
</maintainer>
<use>
<flag name="libcxxrt">Build on top of <pkg>sys-libs/libcxxrt</pkg> instead of gcc's libsupc++ (avoids depending on gcc).</flag>
<flag name="libunwind">Use libunwind instead of libgcc_s for stack unwinding, thus avoiding dependence on gcc.</flag>
</use>
</pkgmetadata>

0 comments on commit bef68cd

Please sign in to comment.