diff options
author | Wolfgang E. Sanyer <ezzieyguywuf@gmail.com> | 2021-12-01 16:06:06 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-01 21:15:13 +0000 |
commit | 357483573e56e509284ad31e52a95b4d6711c32d (patch) | |
tree | 6e47882dfdba5d138986363c3580146fca27727b /profiles/base | |
parent | sys-kernel/linux-headers: fix build failure of linux sources on musl (diff) | |
download | gentoo-357483573e56e509284ad31e52a95b4d6711c32d.tar.gz gentoo-357483573e56e509284ad31e52a95b4d6711c32d.tar.bz2 gentoo-357483573e56e509284ad31e52a95b4d6711c32d.zip |
profiles/base: mask sys-apps/exa[man] in base
This pulls in pandoc, which for the moment will remain unstable until a
plan is in place for stabilizing ghc and other haskell dependencies.
Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
Bug: https://bugs.gentoo.org/807376
Closes: https://github.com/gentoo/gentoo/pull/23138
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use.mask | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 67ffff076bc3..2d812fb127c9 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Wolfgang E. Sanyer <ezzieyguywuf@gmail.com> (2021-12-01) +# Requires pandoc, which is unstable due to various haskell dependencies +# (including ghc) +>=sys-apps/exa-0.10.1 man + # Sam James <sam@gentoo.org> (2021-11-26) # Needs unpackaged asciidoctor-pdf for now # bug #827290 |