diff options
author | Sam James <sam@gentoo.org> | 2022-03-06 10:01:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-06 10:08:17 +0000 |
commit | 84e9b414a31b33d01fd785378bac68833031792e (patch) | |
tree | 44d855dfb25be9d4c9860f3c719cdaa2ede8d91f /profiles | |
parent | dev-lang/python: Stabilize 3.10.2_p1 sparc, #834643 (diff) | |
download | gentoo-84e9b414a31b33d01fd785378bac68833031792e.tar.gz gentoo-84e9b414a31b33d01fd785378bac68833031792e.tar.bz2 gentoo-84e9b414a31b33d01fd785378bac68833031792e.zip |
net-mail/cyrus-imapd: fix automagic and missing dependencies; fix crash
Automagic dependency changes:
- USE=http: app-arch/brotli, app-arch/zstd, and sci-libs/shapelib
- USE=perl: virtual/perl-Term-ReadLine
- sys-apps/util-linux for libuuid
- Proactively disable libwslay, libchardet, and libcld2 (unpackaged)
- Disable libsrs2 support (mail-filter/libsrs2) as it was automagic before
Build-time dependency changes:
- sys-devel/flex
- virtual/pkgconfig
- virtual/yacc
Closes: https://bugs.gentoo.org/818925
Closes: https://bugs.gentoo.org/834573
Thanks-to: Thomas Arnett <tom_gentoo@misfeature.net>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/hppa/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/ia64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use.mask | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 7620037f991f..18a3a96b39d0 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Sam James <sam@gentoo.org> (2022-03-06) +# Unkeyworded dependencies +net-mail/cyrus-imapd http + # Adel Kara Slimane <adel.ks@zegrapher.com> (2022-02-17) # Mask AMF keyword on non-amd64 arches # It is unusable, for now, in other arches diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 0285d16d0270..9a979c438247 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2022-03-06) +# Unkeyworded dependencies +net-mail/cyrus-imapd http + # Adel Kara Slimane <adel.ks@zegrapher.com> (2022-01-11) # Mask AMF keyword on non-amd64 arches # It is unusable, for now, in other arches diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index dcafc2dac2b2..4defb78de906 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2022-03-06) +# Unkeyworded dependencies +net-mail/cyrus-imapd http + # Adel Kara Slimane <adel.ks@zegrapher.com> (2022-02-17) # Mask AMF keyword on non-amd64 arches # It is unusable, for now, in other arches |