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 86CC4158F58 for ; Mon, 16 Aug 2021 20:48:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A71A7E0BC4; Mon, 16 Aug 2021 02:24:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 90147E0BC4 for ; Mon, 16 Aug 2021 02:24:26 +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 A8B9E345902 for ; Mon, 16 Aug 2021 02:24:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6F807DE for ; Mon, 16 Aug 2021 02:24:23 +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: <1629080627.0f05ed3fe5451d0e8b341890c083afe38a2883fa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/maildrop/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/maildrop/maildrop-3.0.0-r1.ebuild mail-filter/maildrop/maildrop-3.0.0.ebuild X-VCS-Directories: mail-filter/maildrop/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0f05ed3fe5451d0e8b341890c083afe38a2883fa X-VCS-Branch: master Date: Mon, 16 Aug 2021 02:24:23 +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: db41a3ff-3c57-4a90-95e5-f752c91c4e4b X-Archives-Hash: 9bafdd8dcfd8f559875413ddd29546bd commit: 0f05ed3fe5451d0e8b341890c083afe38a2883fa Author: Sam James gentoo org> AuthorDate: Mon Aug 16 02:17:12 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 16 02:23:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f05ed3f mail-filter/maildrop: subscribe to courier-unicode subslot Bug: https://bugs.gentoo.org/806595 Bug: https://bugs.gentoo.org/807292 Signed-off-by: Sam James gentoo.org> .../maildrop/{maildrop-3.0.0.ebuild => maildrop-3.0.0-r1.ebuild} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mail-filter/maildrop/maildrop-3.0.0.ebuild b/mail-filter/maildrop/maildrop-3.0.0-r1.ebuild similarity index 96% rename from mail-filter/maildrop/maildrop-3.0.0.ebuild rename to mail-filter/maildrop/maildrop-3.0.0-r1.ebuild index 19404652d9c..313d36fd5ee 100644 --- a/mail-filter/maildrop/maildrop-3.0.0.ebuild +++ b/mail-filter/maildrop/maildrop-3.0.0-r1.ebuild @@ -19,8 +19,8 @@ CDEPEND="!mail-mta/courier net-mail/mailbase dev-libs/libpcre net-dns/libidn:0= - >=net-libs/courier-unicode-2.0 - gdbm? ( >=sys-libs/gdbm-1.8.0 ) + >=net-libs/courier-unicode-2.0:= + gdbm? ( >=sys-libs/gdbm-1.8.0:= ) mysql? ( net-libs/courier-authlib ) postgres? ( net-libs/courier-authlib ) ldap? ( net-libs/courier-authlib ) @@ -35,11 +35,12 @@ CDEPEND="!mail-mta/courier !mail-mta/mini-qmail !mail-mta/qmail-ldap )" -DEPEND="${CDEPEND} - virtual/pkgconfig" +DEPEND="${CDEPEND}" RDEPEND="${CDEPEND} dev-lang/perl dovecot? ( net-mail/dovecot )" +BDEPEND="virtual/pkgconfig" + REQUIRED_USE=" mysql? ( authlib ) postgres? ( authlib )