summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-10-06 08:12:58 +0100
committerSam James <sam@gentoo.org>2024-10-06 08:16:39 +0100
commit344b6fb37553693f88badc566ffe695bb08322ed (patch)
tree98e5f1cdc71f349e48fd8f4c1c365da0eb3ad756 /app-editors
parentapp-office/homebank: drop 5.8.4 (diff)
downloadgentoo-344b6fb37553693f88badc566ffe695bb08322ed.tar.gz
gentoo-344b6fb37553693f88badc566ffe695bb08322ed.tar.bz2
gentoo-344b6fb37553693f88badc566ffe695bb08322ed.zip
app-editors/pluma: 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 'app-editors')
-rw-r--r--app-editors/pluma/pluma-1.28.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/pluma/pluma-1.28.0.ebuild b/app-editors/pluma/pluma-1.28.0.ebuild
index 3a565a4157e2..5caef9fe4158 100644
--- a/app-editors/pluma/pluma-1.28.0.ebuild
+++ b/app-editors/pluma/pluma-1.28.0.ebuild
@@ -50,7 +50,7 @@ DEPEND="${COMMON_DEPEND}
dev-util/gtk-doc
dev-build/gtk-doc-am
>=dev-build/libtool-2.2.6:2
- >=mate-base/mate-desktop-1.28.0[introspection?]
+ >=mate-base/mate-desktop-$(ver_cut 1-2)[introspection?]
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"