From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1476491-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 7574C158010
	for <garchives@archives.gentoo.org>; Fri, 13 Jan 2023 03:50:14 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 92DD6E092F;
	Fri, 13 Jan 2023 03:50:13 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 45989E092F
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Jan 2023 03:50:13 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 51D77340B0B
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Jan 2023 03:50:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B28282E
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Jan 2023 03:50:10 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1673581774.46316a43925e24ed6ac95f584020f64ca0f0dbbb.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-apps/portage/portage-3.0.41-r2.ebuild sys-apps/portage/portage-3.0.41-r3.ebuild sys-apps/portage/portage-3.0.43-r1.ebuild sys-apps/portage/portage-3.0.43.ebuild sys-apps/portage/portage-9999.ebuild
X-VCS-Directories: sys-apps/portage/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 46316a43925e24ed6ac95f584020f64ca0f0dbbb
X-VCS-Branch: master
Date: Fri, 13 Jan 2023 03:50:10 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 45f09796-211d-451e-b580-d07be30466b2
X-Archives-Hash: cae9491e7608b31b7735e70c3631f5be

commit:     46316a43925e24ed6ac95f584020f64ca0f0dbbb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 03:48:11 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 03:49:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46316a43

sys-apps/portage: update sys-apps/file dep

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{portage-3.0.41-r2.ebuild => portage-3.0.41-r3.ebuild}        | 6 +++---
 .../portage/{portage-3.0.43.ebuild => portage-3.0.43-r1.ebuild}   | 6 +-----
 sys-apps/portage/portage-9999.ebuild                              | 8 ++------
 3 files changed, 6 insertions(+), 14 deletions(-)

diff --git a/sys-apps/portage/portage-3.0.41-r2.ebuild b/sys-apps/portage/portage-3.0.41-r3.ebuild
similarity index 99%
rename from sys-apps/portage/portage-3.0.41-r2.ebuild
rename to sys-apps/portage/portage-3.0.41-r3.ebuild
index 7654a8382e76..ffb269c054ee 100644
--- a/sys-apps/portage/portage-3.0.41-r2.ebuild
+++ b/sys-apps/portage/portage-3.0.41-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -73,8 +73,8 @@ PDEPEND="
 	!build? (
 		>=net-misc/rsync-2.6.4
 		|| (
-			>=sys-apps/file-5.44-r1
-			=sys-apps/file-5.43-r2
+			>=sys-apps/file-5.44-r3
+			=sys-apps/file-5.43-r3
 		)
 		>=sys-apps/coreutils-6.4
 	)

diff --git a/sys-apps/portage/portage-3.0.43.ebuild b/sys-apps/portage/portage-3.0.43-r1.ebuild
similarity index 98%
rename from sys-apps/portage/portage-3.0.43.ebuild
rename to sys-apps/portage/portage-3.0.43-r1.ebuild
index 42a575287431..29c72df0f733 100644
--- a/sys-apps/portage/portage-3.0.43.ebuild
+++ b/sys-apps/portage/portage-3.0.43-r1.ebuild
@@ -68,15 +68,11 @@ RDEPEND="
 	!<app-portage/repoman-2.3.10
 	!~app-portage/repoman-3.0.0
 "
-# Weird dep construct for sys-apps/file can be removed once >=file-5.44-r1 stable
 PDEPEND="
 	!build? (
 		>=net-misc/rsync-2.6.4
-		|| (
-			>=sys-apps/file-5.44-r1
-			=sys-apps/file-5.43-r2
-		)
 		>=sys-apps/coreutils-6.4
+		>=sys-apps/file-5.44-r3
 	)
 "
 # coreutils-6.4 rdep is for date format in emerge-webrsync #164532

diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
index 27741e2fdd31..a3d44689c3d1 100644
--- a/sys-apps/portage/portage-9999.ebuild
+++ b/sys-apps/portage/portage-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -66,15 +66,11 @@ RDEPEND="
 	!<app-portage/gentoolkit-0.4.6
 	!<app-portage/repoman-2.3.10
 	!~app-portage/repoman-3.0.0"
-# Weird dep construct for sys-apps/file can be removed once >=file-5.44-r1 stable
 PDEPEND="
 	!build? (
 		>=net-misc/rsync-2.6.4
-		|| (
-			>=sys-apps/file-5.44-r1
-			=sys-apps/file-5.43-r2
-		)
 		>=sys-apps/coreutils-6.4
+		>=sys-apps/file-5.44-r3
 	)
 "
 # coreutils-6.4 rdep is for date format in emerge-webrsync #164532