aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-07-05 23:43:43 -0700
committerZac Medico <zmedico@gentoo.org>2012-07-05 23:43:43 -0700
commit138e6030a70ca3ffe4f2da8fa9f8f5a913e0ccd8 (patch)
treec6720deb99f36fd9beea0651f5cc152a01c3873f /cnf/make.globals
parentSlotAbiEmergeTestCase: test new downgrade code (diff)
downloadportage-138e6030a70ca3ffe4f2da8fa9f8f5a913e0ccd8.tar.gz
portage-138e6030a70ca3ffe4f2da8fa9f8f5a913e0ccd8.tar.bz2
portage-138e6030a70ca3ffe4f2da8fa9f8f5a913e0ccd8.zip
PORTAGE_GPG_SIGNING_COMMAND: --digest-algo SHA512
Diffstat (limited to 'cnf/make.globals')
-rw-r--r--cnf/make.globals2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index c35429143..db97d8b5a 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -128,7 +128,7 @@ 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}\""
+PORTAGE_GPG_SIGNING_COMMAND="gpg --sign --digest-algo SHA512 --clearsign --yes --default-key \"\${PORTAGE_GPG_KEY}\" --homedir \"\${PORTAGE_GPG_DIR}\" \"\${FILE}\""
# *****************************
# ** DO NOT EDIT THIS FILE **