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 B91AF138359 for ; Mon, 7 Sep 2020 23:21:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9462E0B01; Mon, 7 Sep 2020 23:21:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A012FE0B01 for ; Mon, 7 Sep 2020 23:21:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2871B33FE7D for ; Mon, 7 Sep 2020 23:21:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99C6D33A for ; Mon, 7 Sep 2020 23:21:32 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1599520886.aabfe9ebbd529ede79476f77ccb8b427bd10edf5.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/portage/portage-9999.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: aabfe9ebbd529ede79476f77ccb8b427bd10edf5 X-VCS-Branch: master Date: Mon, 7 Sep 2020 23:21:32 +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: 8d313702-75ee-4fbe-8767-5ed99e25d705 X-Archives-Hash: 4378a1810a5452ae1103b4a435c966f2 commit: aabfe9ebbd529ede79476f77ccb8b427bd10edf5 Author: Zac Medico gentoo org> AuthorDate: Mon Sep 7 23:19:19 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Sep 7 23:21:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aabfe9eb sys-apps/portage: update 9999 to require at least gemato-14.5 Bug: https://bugs.gentoo.org/740904 See: https://github.com/mgorny/gemato/commit/9980de271de4f8f5e993e2b634d0e8d7753e382f Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Zac Medico gentoo.org> sys-apps/portage/portage-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index fc86ef1642b..dfbe619ef9d 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -29,8 +29,6 @@ DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') ) # Require sandbox-2.2 for bug #288863. # For whirlpool hash, require python[ssl] (bug #425046). # For compgen, require bash[readline] (bug #445576). -# app-portage/gemato goes without PYTHON_USEDEP since we're calling -# the executable. RDEPEND=" app-arch/zstd >=app-arch/tar-1.27 @@ -41,7 +39,7 @@ RDEPEND=" app-shells/bash:0[readline] >=app-admin/eselect-1.2 rsync-verify? ( - >=app-portage/gemato-14.4-r1[${PYTHON_USEDEP}] + >=app-portage/gemato-14.5[${PYTHON_USEDEP}] >=app-crypt/openpgp-keys-gentoo-release-20180706 >=app-crypt/gnupg-2.2.4-r2[ssl(-)] )