commit: 770779c5bfeb3a09a6f52fc6f1024a7a799ab749 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Mon Jan 3 17:37:43 2022 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Mon Jan 3 17:48:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770779c5
profiles/arch/x86: unmask app-text/htmltidy[test] on ~x86 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/arch/x86/package.use.mask | 6 +----- profiles/arch/x86/package.use.stable.mask | 6 +++++- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index b0e644494c6e..2b131c8d29a3 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Conrad Kostecki <[email protected]> (2021-11-16) @@ -17,10 +17,6 @@ x11-misc/read-edid -vbe-mode # media-libs/webrtc-audio-processing only has amd64 and x86 keywords media-video/pipewire -echo-cancel -# Marek Szuba <[email protected]> (2021-08-11) -# dev-ruby/tty-editor not keyworded here yet (Bug #807685) -app-text/htmltidy test - # James Le Cuirot <[email protected]> (2021-08-07) # The ORBlite scanner plugin only works on amd64 and x86. net-print/hplip-plugin -orblite diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask index 1d2df4a87746..23643239848e 100644 --- a/profiles/arch/x86/package.use.stable.mask +++ b/profiles/arch/x86/package.use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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 --- +# Marek Szuba <[email protected]> (2022-01-03) +# no stable dev-ruby/tty-editor on this arch yet +app-text/htmltidy test + # Joonas Niilola <[email protected]> (2021-08-13) # dev-libs/efl is stabilized on x86. app-crypt/pinentry -efl
