mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
- Upstream has the feature enabled by default, but in the current ebuild it's disabled by default - IMHO it should not be an USE flag at all, we should just unconditionally enable this feature. It has no big impact on dependencies / build time / size. See related PR: https://github.com/gentoo/gentoo/pull/44280 Signed-off-by: Jonas Frei <freijon@pm.me> Signed-off-by: Zac Medico <zmedico@gentoo.org>
28 lines
939 B
XML
28 lines
939 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="mcp">Build MCP server</flag>
|
|
<flag name="plugins">Build official plugins</flag>
|
|
<flag name="system-clipboard">System clipboard support in `reedline`</flag>
|
|
</use>
|
|
</pkgmetadata>
|