mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-21 06:28:06 +02:00
The USE flag enables an optional feature that was previously a default feature and made optional due to OS compatibility issues. The existing 'X' USE flag is only needed for this new optional feature. Also: Updated for slotted Rust Closes: https://bugs.gentoo.org/939925 Signed-off-by: Jonas Frei <freijon@pm.me> From: https://github.com/gentoo/gentoo/pull/39064 Signed-off-by: Zac Medico <zmedico@gentoo.org>
26 lines
896 B
XML
26 lines
896 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>zmedico@gentoo.org</email>
|
|
<name>Zac Medico</name>
|
|
</maintainer>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>freijon@pm.me</email>
|
|
<name>Jonas Frei</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<bugs-to>https://github.com/nushell/nushell/issues</bugs-to>
|
|
<changelog>https://github.com/nushell/nushell/commits/main</changelog>
|
|
<doc>https://www.nushell.sh/book/</doc>
|
|
<remote-id type="github">nushell/nushell</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="plugins">Build official plugins</flag>
|
|
<flag name="system-clipboard">System clipboard support in `reedline`</flag>
|
|
</use>
|
|
</pkgmetadata>
|