commit: a370909bb2d317bac9a72c4b1abcaf58327da311 Author: Christopher Byrne <salah.coronya <AT> gmail <DOT> com> AuthorDate: Sun Dec 1 14:13:07 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 1 14:18:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a370909b
profiles/arch: Mask hidapi flag for dev-libs/libfido2 Its not keyworded on alpha,, hppa, mips, and s390. They won't use it anyway. Signed-off-by: Christopher Byrne <salah.coronya <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37609 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/alpha/package.use.mask | 4 ++++ profiles/arch/hppa/package.use.mask | 4 ++++ profiles/arch/mips/package.use.mask | 4 ++++ profiles/arch/s390/package.use.mask | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index bf9c37c83507..2bee87254d58 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Christopher Byrne <[email protected]> (2024-12-01) +# requires dev-libs/hidapi to be keyworded +dev-libs/libfido2 hidapi + # Felix Janda <[email protected]> (2024-10-20) # requires dev-libs/libcss and net-libs/libdom to be keyworded www-client/elinks libcss diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 722793ba51e8..2e4d91b30d8d 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Christopher Byrne <[email protected]> (2024-12-01) +# requires dev-libs/hidapi to be keyworded +dev-libs/libfido2 hidapi + # Ian Jordan <[email protected]> (2024-11-11) # net-misc/networkmanager modemmanger and iwd not keyworded net-misc/networkmanager modemmanager iwd diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 8b1c0571d34f..ff5e265339d7 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Christopher Byrne <[email protected]> (2024-12-01) +# requires dev-libs/hidapi to be keyworded +dev-libs/libfido2 hidapi + # Matt Jolly <[email protected]> (2024-11-03) # Requires llvm 16 which is not keyworded =dev-lang/rust-1.71.1-r100 system-llvm diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask index c887b1e00902..ae41e70a698f 100644 --- a/profiles/arch/s390/package.use.mask +++ b/profiles/arch/s390/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Christopher Byrne <[email protected]> (2024-12-01) +# requires dev-libs/hidapi to be keyworded +dev-libs/libfido2 hidapi + # Pacho Ramos <[email protected]> (2024-11-28) # Needs gi-docgen dev-libs/glib doc
