[dev-db/mongodb] fix inherits

This commit is contained in:
Robert Förster 2024-12-19 00:00:32 +01:00
parent b571427429
commit 96772d9b66
2 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,8 @@ CHECKREQS_DISK_BUILD="2400M"
CHECKREQS_DISK_USR="512M" CHECKREQS_DISK_USR="512M"
CHECKREQS_MEMORY="1024M" CHECKREQS_MEMORY="1024M"
inherit check-reqs flag-o-matic multiprocessing pax-utils python-any-r1 scons-utils systemd toolchain-funcs inherit check-reqs flag-o-matic multiprocessing optfeature pax-utils python-any-r1 scons-utils \
systemd tmpfiles toolchain-funcs
MY_PV=r${PV/_rc/-rc} MY_PV=r${PV/_rc/-rc}
MY_P=mongo-${MY_PV} MY_P=mongo-${MY_PV}

View File

@ -10,7 +10,8 @@ CHECKREQS_DISK_BUILD="2400M"
CHECKREQS_DISK_USR="512M" CHECKREQS_DISK_USR="512M"
CHECKREQS_MEMORY="1024M" CHECKREQS_MEMORY="1024M"
inherit check-reqs flag-o-matic multiprocessing pax-utils python-any-r1 scons-utils systemd toolchain-funcs inherit check-reqs flag-o-matic multiprocessing optfeature pax-utils python-any-r1 scons-utils \
systemd tmpfiles toolchain-funcs
MY_PV=r${PV/_rc/-rc} MY_PV=r${PV/_rc/-rc}
MY_P=mongo-${MY_PV} MY_P=mongo-${MY_PV}