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 3F55C158042 for ; Sun, 6 Oct 2024 07:17:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 379E6E29AF; Sun, 6 Oct 2024 07:17:39 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FD1EE29B0 for ; Sun, 6 Oct 2024 07:17:39 +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 4EBA4343166 for ; Sun, 6 Oct 2024 07:17:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBF501CBE for ; Sun, 6 Oct 2024 07:17:36 +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: <1728199000.b4568e661fc09d186010832c9209112388d8c695.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/caja/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/caja/caja-1.28.0-r1.ebuild X-VCS-Directories: mate-base/caja/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b4568e661fc09d186010832c9209112388d8c695 X-VCS-Branch: master Date: Sun, 6 Oct 2024 07:17:36 +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: e1bb3d1d-1c1a-460f-bcc4-80b9cdfee881 X-Archives-Hash: c3cd2a7bee8ecf3de9ffa2bcebeebffb commit: b4568e661fc09d186010832c9209112388d8c695 Author: Sam James gentoo org> AuthorDate: Sun Oct 6 07:13:10 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 6 07:16:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4568e66 mate-base/caja: depend on min mate-desktop matching ${PV} Depend on >=mate-desktop-$(ver_cut 1-2) to avoid build failures for now as a quick workaround. The maintainers should check whether each package really needs it and also consider a possible QA check in the eclass given some of them seem to have a pattern in configure.ac for this, but given the bug has been open for a whlie, I'd rather have some of the deps be unnecessarily tight (not that it's even that tight) than as-it-was. Note that couldn't use ${MATE_BRANCH} as it says: > # Major and minor numbers of the version number, unless live. > # If live ebuild, will be set to '9999'. which made me wonder if it's actually meant to be 1-2 or 1-3 in ver_cut or what. Anyway, in summary: * Apply a fix which makes things better, even if it's slightly overkill; * Someone needs to audit these to find the actual minimum versions (some truly do need this, some need just something older, although unclear if upstream carefully update these or ont); * A QA check may be wise. Bug: https://bugs.gentoo.org/935279 Bug: https://bugs.gentoo.org/936079 Signed-off-by: Sam James gentoo.org> mate-base/caja/caja-1.28.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-base/caja/caja-1.28.0-r1.ebuild b/mate-base/caja/caja-1.28.0-r1.ebuild index 7a83a5c73ff6..55b07d98b26b 100644 --- a/mate-base/caja/caja-1.28.0-r1.ebuild +++ b/mate-base/caja/caja-1.28.0-r1.ebuild @@ -24,7 +24,7 @@ COMMON_DEPEND=" >=dev-libs/libxml2-2.4.7:2 gnome-base/dconf >=gnome-base/gvfs-1.10.1:0[udisks] - >=mate-base/mate-desktop-1.28.0 + >=mate-base/mate-desktop-$(ver_cut 1-2) >=media-libs/libexif-0.6.14:0 virtual/libintl x11-libs/cairo