summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2013-12-17 20:49:49 +0000
committerFabian Groffen <grobian@gentoo.org>2013-12-17 20:49:49 +0000
commit412cf3011ad4262cec53cc786c3800129f3af414 (patch)
tree728643b1d86f3198aae4bd6389472da51b145846
parentFix live ebuild for Prefix, thanks Chris in bug #491736 (diff)
downloadgentoo-2-412cf3011ad4262cec53cc786c3800129f3af414.tar.gz
gentoo-2-412cf3011ad4262cec53cc786c3800129f3af414.tar.bz2
gentoo-2-412cf3011ad4262cec53cc786c3800129f3af414.zip
Update milter dependency because sendmail provides milter interface as well, by Graham Murray in bug #494558
(Portage version: 2.2.7-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
-rw-r--r--mail-filter/opendmarc/ChangeLog6
-rw-r--r--mail-filter/opendmarc/opendmarc-1.1.3.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-filter/opendmarc/ChangeLog b/mail-filter/opendmarc/ChangeLog
index 7a1c124dc39a..abb73a52409d 100644
--- a/mail-filter/opendmarc/ChangeLog
+++ b/mail-filter/opendmarc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/opendmarc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/ChangeLog,v 1.3 2013/10/30 00:58:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/ChangeLog,v 1.4 2013/12/17 20:49:49 grobian Exp $
+
+ 17 Dec 2013; Fabian Groffen <grobian@gentoo.org> opendmarc-1.1.3.ebuild:
+ Update milter dependency because sendmail provides milter interface as well,
+ by Graham Murray in bug #494558
30 Oct 2013; Jeroen Roovers <jer@gentoo.org> opendmarc-1.1.3.ebuild:
Marked ~hppa (bug #489676).
diff --git a/mail-filter/opendmarc/opendmarc-1.1.3.ebuild b/mail-filter/opendmarc/opendmarc-1.1.3.ebuild
index 24c4c0f75d32..707925459fec 100644
--- a/mail-filter/opendmarc/opendmarc-1.1.3.ebuild
+++ b/mail-filter/opendmarc/opendmarc-1.1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.1.3.ebuild,v 1.3 2013/10/30 00:58:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.1.3.ebuild,v 1.4 2013/12/17 20:49:49 grobian Exp $
EAPI=5
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~hppa"
IUSE=""
DEPEND="dev-perl/DBI
- mail-filter/libmilter"
+ || ( mail-filter/libmilter mail-mta/sendmail )"
RDEPEND="${DEPEND}
virtual/perl-Switch"