diff options
author | 2021-07-17 05:33:30 +0100 | |
---|---|---|
committer | 2021-07-17 05:33:30 +0100 | |
commit | 62f0270b9da3fcb3eedd8f2964105e1740836265 (patch) | |
tree | 2cde804fd4cc2f4a36137c9df88fa18865599099 | |
parent | profiles/arch/arm: mask dev-util/diffoscope[pdf] for Java (diff) | |
download | gentoo-62f0270b9da3fcb3eedd8f2964105e1740836265.tar.gz gentoo-62f0270b9da3fcb3eedd8f2964105e1740836265.tar.bz2 gentoo-62f0270b9da3fcb3eedd8f2964105e1740836265.zip |
profiles/*/package.use.stable.mask: move dev-util/diffoscope[haskell] mask
Didn't seem to work.
Bug: https://bugs.gentoo.org/801652
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | profiles/arch/base/package.use.stable.mask | 10 | ||||
-rw-r--r-- | profiles/base/package.use.stable.mask | 5 |
2 files changed, 10 insertions, 5 deletions
diff --git a/profiles/arch/base/package.use.stable.mask b/profiles/arch/base/package.use.stable.mask new file mode 100644 index 00000000000..c1da0586d52 --- /dev/null +++ b/profiles/arch/base/package.use.stable.mask @@ -0,0 +1,10 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# This file requires EAPI 5 or later. New entries go on top. +# Please use the same syntax as in package.use.mask + +# Sam James <sam@gentoo.org> (2021-07-17) +# Haskell isn't stable on amd64 (or anywhere) +# bug #801649 +dev-util/diffoscope haskell diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index fd15ff8ad7b..7c7be35a0f1 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -9,11 +9,6 @@ # all of which are not stable anywhere. sys-cluster/ceph pmdk rbd-rwl -# Sam James <sam@gentoo.org> (2021-07-12) -# Haskell isn't stable on amd64 (or anywhere) -# bug #801649 -dev-util/diffoscope haskell - # Andreas K. Hüttel <dilfridge@gentoo.org> (2021-05-30) # dev-perl/Net-Netmask-2.0.100 needs ... and ... which ends # up pulling in a Test-Simple version newer than 5.32. |