commit: 389c91ee04f270a71267025d6fa39a52ef146cff Author: Ben Torkington <ben <AT> torkington <DOT> com> AuthorDate: Sat Oct 11 02:01:13 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 11 10:58:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389c91ee
dev-vcs/git: add description of perl USE flag Signed-off-by: Ben Torkington <ben <AT> torkington.com> Bug: https://bugs.gentoo.org/955530 Part-of: https://github.com/gentoo/gentoo/pull/44126 Closes: https://github.com/gentoo/gentoo/pull/44126 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-vcs/git/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-vcs/git/metadata.xml b/dev-vcs/git/metadata.xml index 4a6a0d06ceb2..9d25e400d1b3 100644 --- a/dev-vcs/git/metadata.xml +++ b/dev-vcs/git/metadata.xml @@ -30,6 +30,7 @@ <flag name="subversion">Include git-svn for <pkg>dev-vcs/subversion</pkg> support</flag> <flag name="tk">Include the 'gitk' and 'git gui' tools</flag> <flag name="webdav">Adds support for push'ing to HTTP/HTTPS repositories via DAV</flag> + <flag name="perl">Adds Perl bindings and tools such as git-send-email</flag> </use> <upstream> <remote-id type="cpe">cpe:/a:git:git</remote-id>
