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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD868158015 for ; Thu, 21 Dec 2023 20:01:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB6832BC013; Thu, 21 Dec 2023 20:01:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B55B72BC013 for ; Thu, 21 Dec 2023 20:01:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E32DE342F94 for ; Thu, 21 Dec 2023 20:01:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 490C6123C for ; Thu, 21 Dec 2023 20:01:46 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1703188877.46efbf2d083dda6ce035e6e664b2015bb4f7a1db.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/courier-imap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/courier-imap/courier-imap-5.2.5-r1.ebuild net-mail/courier-imap/courier-imap-5.2.5.ebuild X-VCS-Directories: net-mail/courier-imap/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 46efbf2d083dda6ce035e6e664b2015bb4f7a1db X-VCS-Branch: master Date: Thu, 21 Dec 2023 20:01:46 +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: cfbc2324-5846-44b8-b28c-420207ade60e X-Archives-Hash: 3d65575738d95e79b5a4e7a60a78473c commit: 46efbf2d083dda6ce035e6e664b2015bb4f7a1db Author: Alfredo Tupone gentoo org> AuthorDate: Thu Dec 21 20:00:45 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Dec 21 20:01:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46efbf2d net-mail/courier-imap: block courier-makedat Closes: https://bugs.gentoo.org/920458 Signed-off-by: Alfredo Tupone gentoo.org> .../{courier-imap-5.2.5.ebuild => courier-imap-5.2.5-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/net-mail/courier-imap/courier-imap-5.2.5.ebuild b/net-mail/courier-imap/courier-imap-5.2.5-r1.ebuild similarity index 99% rename from net-mail/courier-imap/courier-imap-5.2.5.ebuild rename to net-mail/courier-imap/courier-imap-5.2.5-r1.ebuild index 4a3263fa21b3..e166a72b840a 100644 --- a/net-mail/courier-imap/courier-imap-5.2.5.ebuild +++ b/net-mail/courier-imap/courier-imap-5.2.5-r1.ebuild @@ -39,6 +39,7 @@ RDEPEND="${CDEPEND} RDEPEND="${RDEPEND} !net-mail/cyrus-imapd !net-mail/courier-common + !net-mail/courier-makedat " RC_VER="4.0.6-r1"