From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F178158017 for ; Tue, 28 Sep 2021 06:31:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76CA3E0975; Tue, 28 Sep 2021 06:31:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39547E0975 for ; Tue, 28 Sep 2021 06:31:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C40BF342DA2 for ; Tue, 28 Sep 2021 06:31:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E98789 for ; Tue, 28 Sep 2021 06:31:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1632810513.ea34e922ab76b0e49e4e35c7b586f887bd72e6b2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/glep63-check/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/glep63-check/glep63-check-10.ebuild X-VCS-Directories: app-crypt/glep63-check/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ea34e922ab76b0e49e4e35c7b586f887bd72e6b2 X-VCS-Branch: master Date: Tue, 28 Sep 2021 06:31:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef22a9f0-6926-45f5-8fe7-10653858ddf8 X-Archives-Hash: 2b588e7fad47370c3048101146137714 commit: ea34e922ab76b0e49e4e35c7b586f887bd72e6b2 Author: Michał Górny gentoo org> AuthorDate: Tue Sep 28 06:28:33 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 28 06:28:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea34e922 app-crypt/glep63-check: Update gnupg req for tests 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 gentoo.org> 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 61e18a11622..c11a81b67fe 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 )"