mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-15 22:50:54 +00:00
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>
15 lines
438 B
XML
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>
|