diff options
author | 2020-03-10 12:11:10 -0400 | |
---|---|---|
committer | 2020-03-10 12:13:44 -0400 | |
commit | 1e9ed1d68823f5532132e4349f6fef5d632a4911 (patch) | |
tree | 4ed8643a7913942821724e89f8ccc1386bbd217e /profiles | |
parent | Revert "profiles: Unmask Python 3.7 targets from stable for arm" (diff) | |
download | gentoo-1e9ed1d68823f5532132e4349f6fef5d632a4911.tar.gz gentoo-1e9ed1d68823f5532132e4349f6fef5d632a4911.tar.bz2 gentoo-1e9ed1d68823f5532132e4349f6fef5d632a4911.zip |
profiles: Mask doc USE on dev-python/aiohttp for arm
A dependency has a USE issue which only causes a rabbit hole if
aiohttp python 3.7 USE is masked. doc is trivial and easier until
the dep can be fixed
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/arm/package.use.mask | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 3db97859302f..47eee031d899 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -4,6 +4,7 @@ # Brian Evans <grknight@gentoo.org> (2020-03-10) # Needs a keyworded dev-python/sphinx-testing with Python 3.7 dev-python/sphinxcontrib-blockdiag python_targets_python3_7 +dev-python/aiohttp doc # Patrick McLean <chutzpah@gentoo.org> (2020-02-15) # Mask until dev-libs/libfido2 is keyworded |