From ea34e922ab76b0e49e4e35c7b586f887bd72e6b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 28 Sep 2021 08:28:33 +0200 Subject: [PATCH] app-crypt/glep63-check: Update gnupg req for tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In fact, v10 was released only to fix test failure with newer versions of GnuPG. Closes: https://bugs.gentoo.org/815070 Signed-off-by: Michał Górny --- app-crypt/glep63-check/glep63-check-10.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-crypt/glep63-check/glep63-check-10.ebuild b/app-crypt/glep63-check/glep63-check-10.ebuild index 61e18a116228a..c11a81b67fe56 100644 --- a/app-crypt/glep63-check/glep63-check-10.ebuild +++ b/app-crypt/glep63-check/glep63-check-10.ebuild @@ -21,6 +21,7 @@ KEYWORDS="~amd64 ~x86" RDEPEND="app-crypt/gnupg" DEPEND=" test? ( + >=app-crypt/gnupg-2.2.29 sys-libs/libfaketime )"