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 323101382C5 for ; Tue, 30 Jan 2018 19:31:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 783B5E0A82; Tue, 30 Jan 2018 19:31:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56341E0A82 for ; Tue, 30 Jan 2018 19:31:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C8DD335C6D for ; Tue, 30 Jan 2018 19:31:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13DEA1D8 for ; Tue, 30 Jan 2018 19:31:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1517340678.a7ab02c765e783a78fc8aea6a26f41127b2eadc7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/portage/portage-2.3.21.ebuild sys-apps/portage/portage-9999.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a7ab02c765e783a78fc8aea6a26f41127b2eadc7 X-VCS-Branch: master Date: Tue, 30 Jan 2018 19:31:35 +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: 33181ccb-1c0b-4954-aafe-781e18f1f80b X-Archives-Hash: 5d4391ad0f912e71851a3d6254aca9fe commit: a7ab02c765e783a78fc8aea6a26f41127b2eadc7 Author: Michał Górny gentoo org> AuthorDate: Tue Jan 30 19:21:12 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 30 19:31:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ab02c7 sys-apps/portage: Require USE=ssl on app-crypt/gnupg Since the the keys provided by app-crypt/gentoo-keys specify hkps:// keyservers, GnuPG needs to be built with SSL/TLS support to be able to update the keys. Reported by thunderrd on #gentoo-python. sys-apps/portage/portage-2.3.21.ebuild | 2 +- sys-apps/portage/portage-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/portage/portage-2.3.21.ebuild b/sys-apps/portage/portage-2.3.21.ebuild index b958f895c80..62973a379b0 100644 --- a/sys-apps/portage/portage-2.3.21.ebuild +++ b/sys-apps/portage/portage-2.3.21.ebuild @@ -53,7 +53,7 @@ RDEPEND=" rsync-verify? ( >=app-portage/gemato-10 app-crypt/gentoo-keys - app-crypt/gnupg + app-crypt/gnupg[ssl(-)] ) selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] ) xattr? ( kernel_linux? ( diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index 387db3c964e..7913145d58f 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -53,7 +53,7 @@ RDEPEND=" rsync-verify? ( >=app-portage/gemato-10 app-crypt/gentoo-keys - app-crypt/gnupg + app-crypt/gnupg[ssl(-)] ) selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] ) xattr? ( kernel_linux? (