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: Mon, 05 Feb 2018 20:45:13
Message-Id: 1517863505.e115c22c5dba3760f1d0337098d1bc93bde60e4d.mgorny@gentoo
1 commit: e115c22c5dba3760f1d0337098d1bc93bde60e4d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 5 20:44:27 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 5 20:45:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e115c22c
7
8 sys-apps/portage: git portage requires gemato-11+
9
10 sys-apps/portage/portage-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
14 index 52fca1f4c12..fdf7d5dee9d 100644
15 --- a/sys-apps/portage/portage-9999.ebuild
16 +++ b/sys-apps/portage/portage-9999.ebuild
17 @@ -51,7 +51,7 @@ RDEPEND="
18 elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
19 >=app-misc/pax-utils-0.1.17
20 rsync-verify? (
21 - >=app-portage/gemato-10
22 + >=app-portage/gemato-11
23 app-crypt/gentoo-keys
24 app-crypt/gnupg[ssl(-)]
25 )