summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-04-03 19:28:58 +0200
committerZac Medico <zmedico@gentoo.org>2011-04-13 00:49:30 -0700
commit48e4cad5e8b49cd58558cc8332cbe38c0c2c760f (patch)
tree7aeb677506615469e27efeda19d4aadb5549fd8a /cnf
parentb3d2ac7510e82a0d21ba7aa99d067f4829ef6ecf (diff)
downloadportage-48e4cad5e8b49cd58558cc8332cbe38c0c2c760f.tar.gz
portage-48e4cad5e8b49cd58558cc8332cbe38c0c2c760f.tar.bz2
portage-48e4cad5e8b49cd58558cc8332cbe38c0c2c760f.zip
Support PORTAGE_GPG_SIGNING_COMMAND variable.
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals3
1 files changed, 3 insertions, 0 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 89c81f544..975b6b38b 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -123,6 +123,9 @@ PORTAGE_ELOG_MAILURI="root"
PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for \${PACKAGE} on \${HOST}"
PORTAGE_ELOG_MAILFROM="portage@localhost"
+# Signing command used by repoman
+PORTAGE_GPG_SIGNING_COMMAND="gpg --sign --clearsign --yes --default-key \"\${PORTAGE_GPG_KEY}\" --homedir \"\${PORTAGE_GPG_DIR}\" \"\${FILE}\""
+
# *****************************
# ** DO NOT EDIT THIS FILE **
# ***************************************************