diff options
author | Sam James <sam@gentoo.org> | 2024-10-06 08:14:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-06 08:16:47 +0100 |
commit | f1a2fbdd06aae5ab2334a895d99e5e731c684552 (patch) | |
tree | f909b8c1829607fb51d0fd2b6686985b4fa29519 /x11-wm | |
parent | x11-terms/mate-terminal: depend on min mate-desktop matching ${PV} (diff) | |
download | gentoo-f1a2fbdd06aae5ab2334a895d99e5e731c684552.tar.gz gentoo-f1a2fbdd06aae5ab2334a895d99e5e731c684552.tar.bz2 gentoo-f1a2fbdd06aae5ab2334a895d99e5e731c684552.zip |
x11-wm/marco: 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 'x11-wm')
-rw-r--r-- | x11-wm/marco/marco-1.28.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/marco/marco-1.28.1-r1.ebuild b/x11-wm/marco/marco-1.28.1-r1.ebuild index 6240ace59fd1..71e4d7061996 100644 --- a/x11-wm/marco/marco-1.28.1-r1.ebuild +++ b/x11-wm/marco/marco-1.28.1-r1.ebuild @@ -26,7 +26,7 @@ COMMON_DEPEND=" >=app-accessibility/at-spi2-core-2.46.0:2 >=dev-libs/glib-2.58:2 >=gnome-base/libgtop-2:2= - >=mate-base/mate-desktop-1.27.1 + >=mate-base/mate-desktop-$(ver_cut 1-2) media-libs/libcanberra[gtk3] x11-libs/cairo >=x11-libs/pango-1.2[X] |