[dev-db/mongodb] bump 5 series, sync the others

This commit is contained in:
2025-03-22 23:18:46 +01:00
parent 283cbf65ea
commit 8046ba7502
4 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,8 +10,8 @@ CHECKREQS_DISK_BUILD="2400M"
CHECKREQS_DISK_USR="512M"
CHECKREQS_MEMORY="1024M"
inherit check-reqs flag-o-matic multiprocessing optfeature pax-utils python-any-r1 scons-utils \
systemd tmpfiles toolchain-funcs
inherit check-reqs eapi9-ver flag-o-matic multiprocessing optfeature pax-utils python-any-r1 \
scons-utils systemd tmpfiles toolchain-funcs
MY_PV=r${PV/_rc/-rc}
MY_P=mongo-${MY_PV}
@@ -93,7 +93,7 @@ pkg_pretend() {
fi
if [[ -n ${REPLACING_VERSIONS} ]]; then
if ver_test "$REPLACING_VERSIONS" -lt 6.0; then
if ver_replacing -lt 6.0; then
ewarn "To upgrade from a version earlier than the 6.0-series, you must"
ewarn "successively upgrade major releases until you have upgraded"
ewarn "to 6.0-series. Then upgrade to 7.0 series."