diff options
author | 2024-10-06 08:13:10 +0100 | |
---|---|---|
committer | 2024-10-06 08:16:40 +0100 | |
commit | b4568e661fc09d186010832c9209112388d8c695 (patch) | |
tree | de3b934a35cb9a194e7d2d9c7ed1f571214a8148 /mate-base/caja | |
parent | app-text/atril: depend on min mate-desktop matching ${PV} (diff) | |
download | gentoo-b4568e661fc09d186010832c9209112388d8c695.tar.gz gentoo-b4568e661fc09d186010832c9209112388d8c695.tar.bz2 gentoo-b4568e661fc09d186010832c9209112388d8c695.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'mate-base/caja')
-rw-r--r-- | mate-base/caja/caja-1.28.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |