From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1Sn2Gs-0007vm-OQ for garchives@archives.gentoo.org; Fri, 06 Jul 2012 06:44:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F2F4E0453; Fri, 6 Jul 2012 06:43:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3FC1FE0453 for ; Fri, 6 Jul 2012 06:43:58 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F1001B4013 for ; Fri, 6 Jul 2012 06:43:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 604AEE5436 for ; Fri, 6 Jul 2012 06:43:56 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1341557023.138e6030a70ca3ffe4f2da8fa9f8f5a913e0ccd8.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: cnf/ X-VCS-Repository: proj/portage X-VCS-Files: cnf/make.globals X-VCS-Directories: cnf/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 138e6030a70ca3ffe4f2da8fa9f8f5a913e0ccd8 X-VCS-Branch: master Date: Fri, 6 Jul 2012 06:43:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: c20d7c7d-9d93-4370-909a-50960655ed79 X-Archives-Hash: 3e0f0d57d13d831a40c9b372e2d651cf commit: 138e6030a70ca3ffe4f2da8fa9f8f5a913e0ccd8 Author: Zac Medico gentoo org> AuthorDate: Fri Jul 6 06:43:43 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Jul 6 06:43:43 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D138e6030 PORTAGE_GPG_SIGNING_COMMAND: --digest-algo SHA512 --- cnf/make.globals | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cnf/make.globals b/cnf/make.globals index c354291..db97d8b 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -128,7 +128,7 @@ PORTAGE_ELOG_MAILSUBJECT=3D"[portage] ebuild log for = \${PACKAGE} on \${HOST}" PORTAGE_ELOG_MAILFROM=3D"portage@localhost" =20 # Signing command used by repoman -PORTAGE_GPG_SIGNING_COMMAND=3D"gpg --sign --clearsign --yes --default-ke= y \"\${PORTAGE_GPG_KEY}\" --homedir \"\${PORTAGE_GPG_DIR}\" \"\${FILE}\"" +PORTAGE_GPG_SIGNING_COMMAND=3D"gpg --sign --digest-algo SHA512 --clearsi= gn --yes --default-key \"\${PORTAGE_GPG_KEY}\" --homedir \"\${PORTAGE_GPG= _DIR}\" \"\${FILE}\"" =20 # ***************************** # ** DO NOT EDIT THIS FILE **