From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 396E113835A for ; Thu, 6 May 2021 23:26:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CD1DE081B; Thu, 6 May 2021 23:26:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54B2CE081A for ; Thu, 6 May 2021 23:26:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81B3B340D87 for ; Thu, 6 May 2021 23:26:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62C8874F for ; Thu, 6 May 2021 23:26:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1620343580.e138122cc3d9cc76fe7c9c7bc1340a5a48a239c3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.force X-VCS-Directories: profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e138122cc3d9cc76fe7c9c7bc1340a5a48a239c3 X-VCS-Branch: master Date: Thu, 6 May 2021 23:26:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 314e5c6b-cc81-4517-84fe-e23930913b4e X-Archives-Hash: e57140c3398b88bebe11a654abb8424e commit: e138122cc3d9cc76fe7c9c7bc1340a5a48a239c3 Author: Sam James gentoo org> AuthorDate: Thu May 6 23:19:53 2021 +0000 Commit: Sam James gentoo 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 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 (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 (2021-03-08) # Broken without USE=unicode # Needs to link with libiconv, bug #774507