gentoo-ebuilds/app-eselect/eselect-repository/metadata.xml
Matt Jolly 141153ee94
app-eselect/eselect-repository: add 'git' and 'mercurial' USE.
We have documentation in the wiki for using eselect-repository to (e.g.)
enable syncing ::gentoo via Git, however nothing actually ensures that
appropriate sync types are available.

After discussion with mgorny added the two USE flags, with 'git' being
enabled by default.

Closes: https://github.com/gentoo/gentoo/pull/37764
Closes: https://github.com/gentoo/gentoo/pull/39631
Signed-off-by: Matt Jolly <kangie@gentoo.org>
2024-12-09 09:34:01 +10:00

15 lines
438 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
<use>
<flag name="mercurial">Support mercurial sync-type.</flag>
</use>
<upstream>
<remote-id type="github">projg2/eselect-repository</remote-id>
</upstream>
<stabilize-allarches/>
</pkgmetadata>