commit: 192a12f0861330a88ecb8720bc08d0601d193410 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Thu Jul 1 16:07:18 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Thu Jul 1 16:09:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192a12f0
profiles/arch/riscv: properly remove dev-libs/check related masks I commented it out for testing but then accidentally committed the changed lines instead of removing that entry altogether. Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 5 ----- 1 file changed, 5 deletions(-) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index b84fd0f9f4b..40019dbcd7d 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -94,11 +94,6 @@ sys-process/htop hwloc # keywording dev-libs/libfido2 dev-libs/libcbor doc -# Joonas Niilola <[email protected]> (2020-03-26) -# Dependency not keyworded on ~riscv -#FIXME dev-libs/libpipeline test -#sys-apps/kbd test - # Patrick McLean <[email protected]> (2020-02-15) # Mask until dev-libs/libfido2 is keyworded net-misc/openssh security-key
