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-crypt/glep63-check/
Date: Tue, 28 Sep 2021 06:31:16
Message-Id: 1632810513.ea34e922ab76b0e49e4e35c7b586f887bd72e6b2.mgorny@gentoo
1 commit: ea34e922ab76b0e49e4e35c7b586f887bd72e6b2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 28 06:28:33 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 28 06:28:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea34e922
7
8 app-crypt/glep63-check: Update gnupg req for tests
9
10 In fact, v10 was released only to fix test failure with newer versions
11 of GnuPG.
12
13 Closes: https://bugs.gentoo.org/815070
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 app-crypt/glep63-check/glep63-check-10.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/app-crypt/glep63-check/glep63-check-10.ebuild b/app-crypt/glep63-check/glep63-check-10.ebuild
20 index 61e18a11622..c11a81b67fe 100644
21 --- a/app-crypt/glep63-check/glep63-check-10.ebuild
22 +++ b/app-crypt/glep63-check/glep63-check-10.ebuild
23 @@ -21,6 +21,7 @@ KEYWORDS="~amd64 ~x86"
24 RDEPEND="app-crypt/gnupg"
25 DEPEND="
26 test? (
27 + >=app-crypt/gnupg-2.2.29
28 sys-libs/libfaketime
29 )"