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: app-portage/gemato/
Date: Sat, 15 Aug 2020 08:44:35
Message-Id: 1597481065.386eb6bf3df9af7a56f57e141e657b7ee0eabe05.mgorny@gentoo
1 commit: 386eb6bf3df9af7a56f57e141e657b7ee0eabe05
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 15 06:57:42 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 15 08:44:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=386eb6bf
7
8 app-portage/gemato: Depend on gpg with fixed ipv6/wkd bug
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/gemato/{gemato-14.4.ebuild => gemato-14.4-r1.ebuild} | 2 +-
13 app-portage/gemato/gemato-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-portage/gemato/gemato-14.4.ebuild b/app-portage/gemato/gemato-14.4-r1.ebuild
17 similarity index 95%
18 rename from app-portage/gemato/gemato-14.4.ebuild
19 rename to app-portage/gemato/gemato-14.4-r1.ebuild
20 index f99f63b64b5..988fd3f61f4 100644
21 --- a/app-portage/gemato/gemato-14.4.ebuild
22 +++ b/app-portage/gemato/gemato-14.4-r1.ebuild
23 @@ -19,7 +19,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sp
24 IUSE="+gpg tools"
25
26 RDEPEND="
27 - gpg? ( app-crypt/gnupg )"
28 + gpg? ( >=app-crypt/gnupg-2.2.20-r1 )"
29
30 distutils_enable_tests setup.py
31
32
33 diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild
34 index 5b490f34718..9e747002e74 100644
35 --- a/app-portage/gemato/gemato-9999.ebuild
36 +++ b/app-portage/gemato/gemato-9999.ebuild
37 @@ -20,7 +20,7 @@ KEYWORDS=""
38 IUSE="+gpg tools"
39
40 RDEPEND="
41 - gpg? ( app-crypt/gnupg )"
42 + gpg? ( >=app-crypt/gnupg-2.2.20-r1 )"
43
44 distutils_enable_tests setup.py