mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
This is useful on llvm profile systems, where the default C++ compiler is clang with libcxx. Signed-off-by: Marco Rebhan <me@dblsaiko.net>
31 lines
815 B
XML
31 lines
815 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>itai@itaiferber.net</email>
|
|
<name>Itai Ferber</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="github">swiftlang/swift</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="libcxx">
|
|
Use <pkg>llvm-runtimes/libcxx</pkg> as the default C++ runtime library.
|
|
</flag>
|
|
</use>
|
|
<slots>
|
|
<slot name="0">
|
|
The original slot for swift-5.10.1; should no longer be used.
|
|
</slot>
|
|
<slot name="5">
|
|
The Swift 5 language, compiler, and tooling.
|
|
</slot>
|
|
<slot name="6">
|
|
The Swift 6 language, compiler, and tooling.
|
|
</slot>
|
|
<subslots>
|
|
Minor Swift versions.
|
|
</subslots>
|
|
</slots>
|
|
</pkgmetadata>
|