commit: 6a90e730b47d5fdf719a04b27a35740c1ce50243 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 23 07:07:54 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 23 07:07:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a90e730
profiles: refine pkgcheck[emacs] stable-mask to be more granular (arm/ppc64) flycheck is stable in a bunch of places now, so refine the mask. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/arm/package.use.stable.mask | 6 +++++- profiles/arch/powerpc/ppc64/package.use.stable.mask | 6 +++++- profiles/base/package.use.stable.mask | 4 ---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/profiles/arch/arm/package.use.stable.mask b/profiles/arch/arm/package.use.stable.mask index b149b0eec5d0..19401bfc021c 100644 --- a/profiles/arch/arm/package.use.stable.mask +++ b/profiles/arch/arm/package.use.stable.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2023-03-23) +# app-emacs/flycheck is not marked stable here yet +dev-util/pkgcheck emacs + # Sam James <[email protected]> (2022-07-06) # sci-libs/sundials is not marked stable on arm sci-mathematics/octave sundials diff --git a/profiles/arch/powerpc/ppc64/package.use.stable.mask b/profiles/arch/powerpc/ppc64/package.use.stable.mask index 52c4c9f9646d..254986f24369 100644 --- a/profiles/arch/powerpc/ppc64/package.use.stable.mask +++ b/profiles/arch/powerpc/ppc64/package.use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # When you add an entry to the top of this file, add your name, the date, and @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2023-03-23) +# app-emacs/flycheck is not marked stable here yet +dev-util/pkgcheck emacs + # Andrew Ammerlaan <[email protected]> (2022-09-23) # The corresponding Qt5 modules are not stable keyworded on ppc64, and we don't want to # keyword them solely because of PyQt5 while there are no other in-tree users. diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index ecd863f4b8f7..6d1df4e1afa2 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -33,10 +33,6 @@ net-libs/gssdp man # depend in turn on subprocess-tee. dev-python/subprocess-tee test-full -# Arthur Zamarin <[email protected]> (2022-09-16) -# app-emacs/flycheck is not stable -dev-util/pkgcheck emacs - # Matt Turner <[email protected]> (2022-05-11) # app-text/pandoc is not stable app-text/nuspell doc
