commit: cc27ad7e797f951947a5f6f0839d66b8d298078d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Apr 28 04:58:37 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Apr 28 04:58:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc27ad7e
profiles/arch/mips: move clisp mask dev-lisp/clisp is the only provider of virtual/commonlisp on mips, so we can't mask it - and it's indeed overkill. Just mask USE=berkdb for clisp on mips. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/mips/package.mask | 4 ---- profiles/arch/mips/package.use.mask | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/arch/mips/package.mask b/profiles/arch/mips/package.mask index ba1efe419c4d..c69b9dad143b 100644 --- a/profiles/arch/mips/package.mask +++ b/profiles/arch/mips/package.mask @@ -1,10 +1,6 @@ # Copyright 2006-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Z. Liu <[email protected]> (2025-02-28) -# requie sys-libs/db:5.3 -dev-lisp/clisp - # Arthur Zamarin <[email protected]> (2024-09-08) # requires <llvm-18 dev-lang/spidermonkey:102 diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 0acbaeaccf77..352fd1a1288c 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Z. Liu <[email protected]> (2025-02-28) +# requires sys-libs/db:5.3 +dev-lisp/clisp berkdb + # Matt Jolly <[email protected]> (2025-04-02) # Requires net-misc/gsasl which is not keyworded here net-misc/curl sasl-scram
