commit: 93da5687827832c66b453cc3d14c1f70da485927 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org> AuthorDate: Sun Oct 21 07:47:57 2018 +0000 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org> CommitDate: Sun Oct 21 07:48:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93da5687
app-misc/jq: Remove USE=test mask The ebuild doesn't have that mask anymore, so this was causing warnings in CI. Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org> profiles/arch/alpha/package.use.mask | 5 ----- 1 file changed, 5 deletions(-) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 5b9f2e85ad3..d64b7654297 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,11 +1,6 @@ # Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Tobias Klausmann <[email protected]> (15 Oct 2018) -# Mask USE=test for jq since it would require valgrind, which likely never get -# support on Alpha. Also see bug 583422. -app-misc/jq test - # Thomas Deutschmann <[email protected]> (15 Oct 2018) # Requires app-text/mecab which isn't yet keyworded # on alpha, bug 668674
