summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-12-24 10:48:02 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-12-24 10:48:02 +0000
commit9938ccb7df050e1a571955c089377e888f924a74 (patch)
tree4a5ca1444f13ad4ffd61200eb5f2d6da61722507 /mail-filter
parentHOMEPAGE update. (diff)
downloadgentoo-2-9938ccb7df050e1a571955c089377e888f924a74.tar.gz
gentoo-2-9938ccb7df050e1a571955c089377e888f924a74.tar.bz2
gentoo-2-9938ccb7df050e1a571955c089377e888f924a74.zip
Removed postfix dependency - we don't really need postfix on the same host. Closes bug #156389 by Colin Alston <colin at thusa.co.za>
(Portage version: 2.1.2_rc3-r7)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/postgrey/ChangeLog6
-rw-r--r--mail-filter/postgrey/postgrey-1.27.ebuild5
2 files changed, 7 insertions, 4 deletions
diff --git a/mail-filter/postgrey/ChangeLog b/mail-filter/postgrey/ChangeLog
index bc8c642bb524..67c2e25f09c6 100644
--- a/mail-filter/postgrey/ChangeLog
+++ b/mail-filter/postgrey/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/postgrey
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/ChangeLog,v 1.22 2006/10/14 09:48:36 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/ChangeLog,v 1.23 2006/12/24 10:48:02 ticho Exp $
+
+ 24 Dec 2006; Andrej Kacian <ticho@gentoo.org> postgrey-1.27.ebuild:
+ Removed postfix dependency - we don't really need postfix on the same host.
+ Closes bug #156389 by Colin Alston <colin at thusa.co.za>
14 Oct 2006; Markus Rothe <corsair@gentoo.org> postgrey-1.24.ebuild,
postgrey-1.27.ebuild:
diff --git a/mail-filter/postgrey/postgrey-1.27.ebuild b/mail-filter/postgrey/postgrey-1.27.ebuild
index d4e2f13d61bf..935b41663411 100644
--- a/mail-filter/postgrey/postgrey-1.27.ebuild
+++ b/mail-filter/postgrey/postgrey-1.27.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/postgrey-1.27.ebuild,v 1.2 2006/10/14 09:48:36 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/postgrey-1.27.ebuild,v 1.3 2006/12/24 10:48:02 ticho Exp $
inherit eutils
@@ -17,8 +17,7 @@ RDEPEND=">=dev-lang/perl-5.6.0
dev-perl/IO-Multiplex
dev-perl/BerkeleyDB
dev-perl/Net-DNS
- >=sys-libs/db-4.1
- >=mail-mta/postfix-2.1.0"
+ >=sys-libs/db-4.1"
KEYWORDS="~alpha ~amd64 ~ppc64 ~x86"