gentoo/app-shells/nushell/metadata.xml
Jonas Frei 9e94ddef43
app-shells/nushell-0.108.0: Remove 'network' USE flag
- 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>
2025-10-23 18:49:29 -07:00

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>