commit: e138122cc3d9cc76fe7c9c7bc1340a5a48a239c3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu May 6 23:19:53 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 6 23:26:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e138122c
profiles/base: force net-mail/cyrus-imapd[sieve] for newer versions Headers which are conditionally generated based on this option are included unconditionally for now. Bug: https://bugs.gentoo.org/731266 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.force | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 8a42be2310b..81f0d8fb009 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,12 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2021-05-07) +# Forced on for now as generated headers are now +# included unconditionally. +# (https://github.com/cyrusimap/cyrus-imapd/pull/3270) +>=net-mail/cyrus-imapd-3.4.0 sieve + # Sam James <[email protected]> (2021-03-08) # Broken without USE=unicode # Needs to link with libiconv, bug #774507
