commit: d7e41a072473acf7584e7368393526d7d91b5241 Author: Eray Aslan <eras <AT> gentoo <DOT> org> AuthorDate: Mon Jun 17 07:13:17 2024 +0000 Commit: Eray Aslan <eras <AT> gentoo <DOT> org> CommitDate: Mon Jun 17 07:13:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e41a07
profiles/arch/arm64: stable mask mongo-c-driver ~arm64 is fine as dev-db/mongodb is ~arm64 as well. remove the mask when mongodb gets stable arm64 keyword Signed-off-by: Eray Aslan <eras <AT> gentoo.org> profiles/arch/arm64/package.use.mask | 4 ---- profiles/arch/arm64/package.use.stable.mask | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 7043a8f49717..4b533c19aeab 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,10 +1,6 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Eray Aslan <[email protected]> (2024-06-16) -# mongodb needed for tests which is not keyworded for arm64 -dev-libs/mongo-c-driver test - # Sam James <[email protected]> (2024-06-13) # Needs as-yet-unkeyworded KF6 (bug #934215) app-crypt/pinentry qt6 diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask index ebdb3928d739..75d33815b7e0 100644 --- a/profiles/arch/arm64/package.use.stable.mask +++ b/profiles/arch/arm64/package.use.stable.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Eray Aslan <[email protected]> (2024-06-17) +# mongodb needed for tests which is not stable keyworded for arm64 +dev-libs/mongo-c-driver test + # Sam Jamrs <[email protected]> (2024-06-07) # dev-libs/capstone hasn't been stabilized yet app-emulation/qemu capstone
