public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/sendmail/
Date: Tue, 18 Aug 2020 12:24:44 +0000 (UTC)	[thread overview]
Message-ID: <1597747780.e8db49070c8c0468e76baadb59f014e5cc69f0a4.sam@gentoo> (raw)

commit:     e8db49070c8c0468e76baadb59f014e5cc69f0a4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 10:49:40 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 10:49:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8db4907

mail-mta/sendmail: fix dependencies

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 mail-mta/sendmail/sendmail-8.16.1.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/mail-mta/sendmail/sendmail-8.16.1.ebuild b/mail-mta/sendmail/sendmail-8.16.1.ebuild
index 02b31ff3c1c..941abc8a710 100644
--- a/mail-mta/sendmail/sendmail-8.16.1.ebuild
+++ b/mail-mta/sendmail/sendmail-8.16.1.ebuild
@@ -14,8 +14,8 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="ipv6 ldap libressl mbox nis sasl sockets ssl tcpd"
 
+BDEPEND="sys-devel/m4"
 DEPEND="net-mail/mailbase
-	sys-devel/m4
 	sasl? ( >=dev-libs/cyrus-sasl-2.1.10 )
 	tcpd? ( sys-apps/tcp-wrappers )
 	ssl? (
@@ -23,9 +23,8 @@ DEPEND="net-mail/mailbase
 		libressl? ( dev-libs/libressl:0= )
 	)
 	ldap? ( net-nds/openldap )
-	sys-libs/db:6.0
-	!net-mail/vacation
-	"
+	>=sys-libs/db-3.2:=
+	!net-mail/vacation"
 RDEPEND="${DEPEND}
 	acct-group/smmsp
 	acct-user/smmsp


             reply	other threads:[~2020-08-18 12:24 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-18 12:24 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-02  1:43 [gentoo-commits] repo/gentoo:master commit in: mail-mta/sendmail/ Sam James
2025-04-02  1:43 Sam James
2023-06-28  7:37 Sam James
2022-12-14  1:53 Sam James
2022-11-18 20:06 Arthur Zamarin
2022-11-18 20:06 Arthur Zamarin
2022-09-19  6:31 Michał Górny
2022-08-28  6:59 Joonas Niilola
2022-08-26 10:08 Sam James
2022-08-24 16:09 Arthur Zamarin
2022-08-24  7:04 Sam James
2022-08-24  4:01 Arthur Zamarin
2022-07-31  8:27 Sam James
2022-03-23  0:45 Sam James
2022-02-26 11:29 Arthur Zamarin
2022-02-26  0:21 Sam James
2022-02-25  7:57 Agostino Sarubbo
2022-02-25  7:56 Agostino Sarubbo
2022-02-25  7:53 Arthur Zamarin
2022-02-24  8:46 Jakov Smolić
2022-02-24  8:46 Jakov Smolić
2021-09-07 17:04 Sam James
2021-08-28  2:46 Sam James
2021-08-26 19:51 Sam James
2021-08-24 23:26 Sam James
2021-08-23 22:16 Agostino Sarubbo
2021-08-23 10:47 Agostino Sarubbo
2021-08-23 10:46 Agostino Sarubbo
2021-08-23 10:44 Agostino Sarubbo
2021-08-23  0:39 Sam James
2021-08-18 19:39 Sam James
2021-07-23 18:28 Marek Szuba
2021-07-18  1:57 Ionen Wolkens
2021-07-18  1:57 Ionen Wolkens
2021-06-01  9:44 Ionen Wolkens
2021-06-01  9:44 Ionen Wolkens
2021-05-02  8:54 Mikle Kolyada
2021-01-22 21:42 Sam James
2020-09-14 17:41 Mike Gilbert
2020-08-18 12:24 Sam James
2019-11-09 22:55 Matt Turner
2019-09-20  6:39 Sergei Trofimovich
2019-09-13 17:55 Mikle Kolyada
2019-09-09  6:02 Agostino Sarubbo
2019-09-08 18:30 Sergei Trofimovich
2019-09-08 18:26 Sergei Trofimovich
2019-09-08 18:21 Sergei Trofimovich
2019-09-08 10:42 Agostino Sarubbo
2019-09-07 21:07 Thomas Deutschmann
2019-07-16  8:24 Hans de Graaff
2019-07-13  8:58 Hans de Graaff
2019-01-07 19:15 Lars Wendler
2015-09-30 11:59 Julian Ospald

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1597747780.e8db49070c8c0468e76baadb59f014e5cc69f0a4.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox