summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-06-14 05:01:30 +0000
committerMike Frysinger <vapier@gentoo.org>2012-06-14 05:01:30 +0000
commitd2fa58ccf14832565606dd6281050ae6de32695f (patch)
tree6bfabf623f1e8e45766f8e61de5f9d1043f32d67 /dev-vcs/git/metadata.xml
parentalso add new USE=nls support to git-1.7.10 ebuilds (diff)
downloadgentoo-2-d2fa58ccf14832565606dd6281050ae6de32695f.tar.gz
gentoo-2-d2fa58ccf14832565606dd6281050ae6de32695f.tar.bz2
gentoo-2-d2fa58ccf14832565606dd6281050ae6de32695f.zip
Put gpg dep behind a USE flag as this signing requirement only really matters to the client side when signing is in use.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/git/metadata.xml')
-rw-r--r--dev-vcs/git/metadata.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-vcs/git/metadata.xml b/dev-vcs/git/metadata.xml
index 85188db6261c..52b84f64d19d 100644
--- a/dev-vcs/git/metadata.xml
+++ b/dev-vcs/git/metadata.xml
@@ -21,6 +21,7 @@
</longdescription>
<use>
<flag name="cgi">Install gitweb too</flag>
+ <flag name="gpg">Pull in gnupg for signing -- without gnupg, attempts at signing will fail at runtime!</flag>
<flag name="mozsha1">Makes git use an optimized SHA1 routine from Mozilla that should be fast on non-x86 machines.</flag>
<flag name="blksha1">Use the new optimized SHA1 implementation.</flag>
<flag name="ppcsha1">Make use of a bundled routine that is optimized for the PPC arch.</flag>