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 52E7C13835A for ; Sat, 15 Aug 2020 08:44:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BF01E0884; Sat, 15 Aug 2020 08:44:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 470BEE0884 for ; Sat, 15 Aug 2020 08:44:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23FFE34F45B for ; Sat, 15 Aug 2020 08:44:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB37D328 for ; Sat, 15 Aug 2020 08:44:30 +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: <1597481065.386eb6bf3df9af7a56f57e141e657b7ee0eabe05.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gemato/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gemato/gemato-14.4-r1.ebuild app-portage/gemato/gemato-14.4.ebuild app-portage/gemato/gemato-9999.ebuild X-VCS-Directories: app-portage/gemato/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 386eb6bf3df9af7a56f57e141e657b7ee0eabe05 X-VCS-Branch: master Date: Sat, 15 Aug 2020 08:44:30 +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: 54bf669c-133f-4409-8c2e-ac8e6a86edff X-Archives-Hash: d24d86b820c9bd0d18b1b61ea9360246 commit: 386eb6bf3df9af7a56f57e141e657b7ee0eabe05 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 15 06:57:42 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 15 08:44:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=386eb6bf app-portage/gemato: Depend on gpg with fixed ipv6/wkd bug Signed-off-by: Michał Górny gentoo.org> app-portage/gemato/{gemato-14.4.ebuild => gemato-14.4-r1.ebuild} | 2 +- app-portage/gemato/gemato-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/gemato/gemato-14.4.ebuild b/app-portage/gemato/gemato-14.4-r1.ebuild similarity index 95% rename from app-portage/gemato/gemato-14.4.ebuild rename to app-portage/gemato/gemato-14.4-r1.ebuild index f99f63b64b5..988fd3f61f4 100644 --- a/app-portage/gemato/gemato-14.4.ebuild +++ b/app-portage/gemato/gemato-14.4-r1.ebuild @@ -19,7 +19,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sp IUSE="+gpg tools" RDEPEND=" - gpg? ( app-crypt/gnupg )" + gpg? ( >=app-crypt/gnupg-2.2.20-r1 )" distutils_enable_tests setup.py diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild index 5b490f34718..9e747002e74 100644 --- a/app-portage/gemato/gemato-9999.ebuild +++ b/app-portage/gemato/gemato-9999.ebuild @@ -20,7 +20,7 @@ KEYWORDS="" IUSE="+gpg tools" RDEPEND=" - gpg? ( app-crypt/gnupg )" + gpg? ( >=app-crypt/gnupg-2.2.20-r1 )" distutils_enable_tests setup.py