Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/sigh/
Date: Thu, 04 Aug 2022 01:45:55
Message-Id: 1659575113.9afcfd2b221f303a24dcc10f1b44517c5d8ee61b.sam@gentoo
1 commit: 9afcfd2b221f303a24dcc10f1b44517c5d8ee61b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 4 01:03:04 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 4 01:05:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9afcfd2b
7
8 mail-filter/sigh: depend on libmilter
9
10 libmilter and sendmail no longer block each other, and we also need a := dep on
11 libmilter.
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 mail-filter/sigh/{sigh-1607.1.6-r1.ebuild => sigh-1607.1.6-r2.ebuild} | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/mail-filter/sigh/sigh-1607.1.6-r1.ebuild b/mail-filter/sigh/sigh-1607.1.6-r2.ebuild
19 similarity index 89%
20 rename from mail-filter/sigh/sigh-1607.1.6-r1.ebuild
21 rename to mail-filter/sigh/sigh-1607.1.6-r2.ebuild
22 index 43bef3b3b138..bd79dd2d7237 100644
23 --- a/mail-filter/sigh/sigh-1607.1.6-r1.ebuild
24 +++ b/mail-filter/sigh/sigh-1607.1.6-r2.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2020 Gentoo Authors
27 +# Copyright 1999-2022 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31 @@ -19,7 +19,7 @@ RDEPEND="
32 acct-user/sigh
33 dev-libs/boost
34 dev-libs/openssl:0=
35 - mail-filter/libmilter"
36 + mail-filter/libmilter:="
37 DEPEND="${RDEPEND}"
38
39 PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )