Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/
Date: Tue, 30 Jan 2018 19:31:38
Message-Id: 1517340678.a7ab02c765e783a78fc8aea6a26f41127b2eadc7.mgorny@gentoo
1 commit: a7ab02c765e783a78fc8aea6a26f41127b2eadc7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 30 19:21:12 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 30 19:31:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ab02c7
7
8 sys-apps/portage: Require USE=ssl on app-crypt/gnupg
9
10 Since the the keys provided by app-crypt/gentoo-keys specify hkps://
11 keyservers, GnuPG needs to be built with SSL/TLS support to be able
12 to update the keys. Reported by thunderrd on #gentoo-python.
13
14 sys-apps/portage/portage-2.3.21.ebuild | 2 +-
15 sys-apps/portage/portage-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-apps/portage/portage-2.3.21.ebuild b/sys-apps/portage/portage-2.3.21.ebuild
19 index b958f895c80..62973a379b0 100644
20 --- a/sys-apps/portage/portage-2.3.21.ebuild
21 +++ b/sys-apps/portage/portage-2.3.21.ebuild
22 @@ -53,7 +53,7 @@ RDEPEND="
23 rsync-verify? (
24 >=app-portage/gemato-10
25 app-crypt/gentoo-keys
26 - app-crypt/gnupg
27 + app-crypt/gnupg[ssl(-)]
28 )
29 selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
30 xattr? ( kernel_linux? (
31
32 diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
33 index 387db3c964e..7913145d58f 100644
34 --- a/sys-apps/portage/portage-9999.ebuild
35 +++ b/sys-apps/portage/portage-9999.ebuild
36 @@ -53,7 +53,7 @@ RDEPEND="
37 rsync-verify? (
38 >=app-portage/gemato-10
39 app-crypt/gentoo-keys
40 - app-crypt/gnupg
41 + app-crypt/gnupg[ssl(-)]
42 )
43 selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
44 xattr? ( kernel_linux? (