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.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 3227315800D for ; Sat, 31 Dec 2022 13:28:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7D51E0870; Sat, 31 Dec 2022 13:28:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9DB02E0870 for ; Sat, 31 Dec 2022 13:28:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E222340E39 for ; Sat, 31 Dec 2022 13:28:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 518176F2 for ; Sat, 31 Dec 2022 13:28:17 +0000 (UTC) From: "Sam James" 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" Message-ID: <1672493230.dfb9674fe7d1123bf213c8ea9bdb28e96d5ee5f3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sandbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/sandbox/sandbox-2.30-r1.ebuild sys-apps/sandbox/sandbox-2.30.ebuild X-VCS-Directories: sys-apps/sandbox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dfb9674fe7d1123bf213c8ea9bdb28e96d5ee5f3 X-VCS-Branch: master Date: Sat, 31 Dec 2022 13:28:17 +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: e142764a-2f4b-4ebb-9fe3-2051426174a8 X-Archives-Hash: bec2708ff10943abb3db505751355ded commit: dfb9674fe7d1123bf213c8ea9bdb28e96d5ee5f3 Author: Sam James gentoo org> AuthorDate: Sat Dec 31 13:25:54 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 31 13:27:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb9674f sys-apps/sandbox: add blocker on older versions of sys-apps/file to 2.30-r1 My distaste for blockers-as-a-dependency limit are well known, but this is still useful for a specific case where someone is partially upgrading and therefore doesn't get the Portage upgrade which has a proper >= dep. It serves as a notice that they need to upgrade file, which is good enough. It's worth doing this because of how severe file not working can be. Bug: https://bugs.gentoo.org/889046 Signed-off-by: Sam James gentoo.org> sys-apps/sandbox/{sandbox-2.30.ebuild => sandbox-2.30-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-apps/sandbox/sandbox-2.30.ebuild b/sys-apps/sandbox/sandbox-2.30-r1.ebuild similarity index 89% rename from sys-apps/sandbox/sandbox-2.30.ebuild rename to sys-apps/sandbox/sandbox-2.30-r1.ebuild index 806b5e640d9c..7a018dc315d1 100644 --- a/sys-apps/sandbox/sandbox-2.30.ebuild +++ b/sys-apps/sandbox/sandbox-2.30-r1.ebuild @@ -16,6 +16,9 @@ IUSE="+nnp" # pax-utils lower bound for bug #265376 DEPEND=">=app-misc/pax-utils-0.1.19" +# Avoid folks installing with older file, bug #889046. We still need the +# >= dep in Portage but this is a safety net if people do partial upgrades. +RDEPEND="!