summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-10-06 08:13:32 +0100
committerSam James <sam@gentoo.org>2024-10-06 08:16:42 +0100
commit5a699b06ac57910f5a15778de0928c45dc5bd63e (patch)
tree0a7ef7283331180903b596c073086498e3d4f819 /mate-base/mate-session-manager
parentmate-base/mate-panel: depend on min mate-desktop matching ${PV} (diff)
downloadgentoo-5a699b06ac57910f5a15778de0928c45dc5bd63e.tar.gz
gentoo-5a699b06ac57910f5a15778de0928c45dc5bd63e.tar.bz2
gentoo-5a699b06ac57910f5a15778de0928c45dc5bd63e.zip
mate-base/mate-session-manager: 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/mate-session-manager')
-rw-r--r--mate-base/mate-session-manager/mate-session-manager-1.28.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-base/mate-session-manager/mate-session-manager-1.28.0-r1.ebuild b/mate-base/mate-session-manager/mate-session-manager-1.28.0-r1.ebuild
index d50c617a79ed..fd70cfae3be1 100644
--- a/mate-base/mate-session-manager/mate-session-manager-1.28.0-r1.ebuild
+++ b/mate-base/mate-session-manager/mate-session-manager-1.28.0-r1.ebuild
@@ -42,7 +42,7 @@ COMMON_DEPEND="
"
RDEPEND="${COMMON_DEPEND}
- mate-base/mate-desktop
+ >=mate-base/mate-desktop-$(ver_cut 1-2)
virtual/libintl
x11-apps/xdpyinfo
x11-misc/xdg-user-dirs