commit: 8f145906eef2a838b22edee2e384bfeb1074b87c Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Sat Jun 4 17:39:12 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Jun 28 17:38:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f145906
profiles: mask test USE for aegisub on x86 Tests require dev-lua/busted, which lacks x86 keyword. See bug #581210. Required for the upcoming aegisub version bump. Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> profiles/arch/x86/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 5b289f2..4939c88 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -4,6 +4,11 @@ # This file requires >=portage-2.1.1 +# Patrice Clement <[email protected]> (05 Jun 2016) +# on behalf of Ilya Tumaykin <[email protected]> +# dev-lua/busted lacks x86 keyword. See bug #581210. +media-video/aegisub test + # Rick Farina <[email protected]> (23 Mar 2016) # rspec:3 is not keyworded for x86 at this time =dev-ruby/bundler-audit-0.5.0 test
