From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B63F1395E1 for ; Tue, 1 Nov 2016 19:31:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80DF1E0C45; Tue, 1 Nov 2016 19:31:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6490BE0C45 for ; Tue, 1 Nov 2016 19:31:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F23F1340C9F for ; Tue, 1 Nov 2016 19:31:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D355301 for ; Tue, 1 Nov 2016 19:31:30 +0000 (UTC) From: "Kristian Fiskerstrand" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kristian Fiskerstrand" Message-ID: <1478028674.0ed7ab0cc295d5391ed2073b1e67189bb06c1703.k_f@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/gnupg/gnupg-2.1.15-r1.ebuild X-VCS-Directories: app-crypt/gnupg/ X-VCS-Committer: k_f X-VCS-Committer-Name: Kristian Fiskerstrand X-VCS-Revision: 0ed7ab0cc295d5391ed2073b1e67189bb06c1703 X-VCS-Branch: master Date: Tue, 1 Nov 2016 19:31:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3c38b512-8ead-4a67-8609-acb3c1f40ef2 X-Archives-Hash: 8fa351b4e9b3da902526798adc18f862 commit: 0ed7ab0cc295d5391ed2073b1e67189bb06c1703 Author: Kristian Fiskerstrand gentoo org> AuthorDate: Tue Nov 1 19:31:14 2016 +0000 Commit: Kristian Fiskerstrand gentoo org> CommitDate: Tue Nov 1 19:31:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed7ab0c app-crypt/gnupg: Change default value of system-cert-store Enable the use of system cert store for TLS in hkps:// by default Package-Manager: portage-2.3.2 app-crypt/gnupg/gnupg-2.1.15-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/gnupg/gnupg-2.1.15-r1.ebuild b/app-crypt/gnupg/gnupg-2.1.15-r1.ebuild index d40610d..4a0c067 100644 --- a/app-crypt/gnupg/gnupg-2.1.15-r1.ebuild +++ b/app-crypt/gnupg/gnupg-2.1.15-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/gnupg/${MY_P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="bzip2 doc +gnutls ldap nls readline selinux smartcard system-cert-store tofu tools usb" +IUSE="bzip2 doc +gnutls ldap nls readline selinux smartcard +system-cert-store tofu tools usb" COMMON_DEPEND_LIBS=" >=dev-libs/npth-1.2