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 4BB891382C5 for ; Tue, 1 Jun 2021 09:44:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45802E0822; Tue, 1 Jun 2021 09:44:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2E791E0822 for ; Tue, 1 Jun 2021 09:44:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4CEB0340FBD for ; Tue, 1 Jun 2021 09:44:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C43ED7A0 for ; Tue, 1 Jun 2021 09:44:10 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1622540635.ca7a38d8b58e0c136bff28e536f483096f092e49.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/sendmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/sendmail/sendmail-8.16.1-r1.ebuild mail-mta/sendmail/sendmail-8.16.1.ebuild X-VCS-Directories: mail-mta/sendmail/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: ca7a38d8b58e0c136bff28e536f483096f092e49 X-VCS-Branch: master Date: Tue, 1 Jun 2021 09:44:10 +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: d37e703d-e8a6-4e36-be08-07fdb6597ad2 X-Archives-Hash: 15b9b856eb2b457584a3ba67cda53933 commit: ca7a38d8b58e0c136bff28e536f483096f092e49 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Jun 1 09:35:00 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Jun 1 09:43:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca7a38d8 mail-mta/sendmail: add libnsl dep for USE=nis and update other deps Without libnsl: rpcsvc/ypclnt.h: No such file or directory Require >=acct-user/smmsp-0-r2 for bug #730890 !net-mail/vacation moved to RDEPEND, and removed pointless >=mailbase-0.00 already defined in both. Bug: https://bugs.gentoo.org/730890 Signed-off-by: Ionen Wolkens gentoo.org> .../{sendmail-8.16.1.ebuild => sendmail-8.16.1-r1.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mail-mta/sendmail/sendmail-8.16.1.ebuild b/mail-mta/sendmail/sendmail-8.16.1-r1.ebuild similarity index 98% rename from mail-mta/sendmail/sendmail-8.16.1.ebuild rename to mail-mta/sendmail/sendmail-8.16.1-r1.ebuild index 56796fa2dc5..8de7878ecb7 100644 --- a/mail-mta/sendmail/sendmail-8.16.1.ebuild +++ b/mail-mta/sendmail/sendmail-8.16.1-r1.ebuild @@ -16,18 +16,17 @@ IUSE="ipv6 ldap mbox nis sasl sockets ssl tcpd" BDEPEND="sys-devel/m4" DEPEND="net-mail/mailbase + nis? ( net-libs/libnsl:= ) sasl? ( >=dev-libs/cyrus-sasl-2.1.10 ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl:0= ) ldap? ( net-nds/openldap ) - >=sys-libs/db-3.2:= - !net-mail/vacation" + >=sys-libs/db-3.2:=" RDEPEND="${DEPEND} acct-group/smmsp - acct-user/smmsp - >=net-mail/mailbase-0.00 + >=acct-user/smmsp-0-r2 >=mail-filter/libmilter-1.0.2_p1-r1 !mail-mta/courier !mail-mta/esmtp @@ -39,7 +38,8 @@ RDEPEND="${DEPEND} !mail-mta/postfix !mail-mta/opensmtpd !mail-mta/qmail-ldap - !>=mail-mta/ssmtp-2.64-r2[mta]" + !>=mail-mta/ssmtp-2.64-r2[mta] + !net-mail/vacation" PDEPEND="!mbox? ( mail-filter/procmail )"