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: 1517340666.8ec1a645932e72285772c4984b92c5a76a1b3d4b.mgorny@gentoo
1 commit: 8ec1a645932e72285772c4984b92c5a76a1b3d4b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 30 19:08:44 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 30 19:31:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec1a645
7
8 sys-apps/portage: Revert "require gemato[gpg] (bug 646134)"
9
10 This is the wrong solution. app-portage/gemato has a big fat warning
11 that you are not supposed to depend on its USE flags.
12
13 sys-apps/portage/portage-2.3.21.ebuild | 2 +-
14 sys-apps/portage/portage-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-apps/portage/portage-2.3.21.ebuild b/sys-apps/portage/portage-2.3.21.ebuild
18 index 3bae3f2e389..4bd08154f1c 100644
19 --- a/sys-apps/portage/portage-2.3.21.ebuild
20 +++ b/sys-apps/portage/portage-2.3.21.ebuild
21 @@ -51,7 +51,7 @@ RDEPEND="
22 elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
23 >=app-misc/pax-utils-0.1.17
24 rsync-verify? (
25 - >=app-portage/gemato-10[gpg,-portage-postsync(-)]
26 + >=app-portage/gemato-10
27 app-crypt/gentoo-keys
28 )
29 selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
30
31 diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
32 index b774af20681..98724289cf7 100644
33 --- a/sys-apps/portage/portage-9999.ebuild
34 +++ b/sys-apps/portage/portage-9999.ebuild
35 @@ -51,7 +51,7 @@ RDEPEND="
36 elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
37 >=app-misc/pax-utils-0.1.17
38 rsync-verify? (
39 - >=app-portage/gemato-10[gpg,-portage-postsync(-)]
40 + >=app-portage/gemato-10
41 app-crypt/gentoo-keys
42 )
43 selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )