diff options
-rw-r--r-- | mail-filter/postgrey/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/postgrey/postgrey-1.32.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-filter/postgrey/ChangeLog b/mail-filter/postgrey/ChangeLog index 49ac91fe12dd..62428f456e46 100644 --- a/mail-filter/postgrey/ChangeLog +++ b/mail-filter/postgrey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/postgrey # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/ChangeLog,v 1.59 2009/08/26 15:47:08 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/ChangeLog,v 1.60 2009/09/05 00:11:24 ranger Exp $ + + 05 Sep 2009; Brent Baude <ranger@gentoo.org> postgrey-1.32.ebuild: + Marking postgrey-1.32 ppc64 for bug 278702 26 Aug 2009; Tobias Klausmann <klausman@gentoo.org> postgrey-1.32.ebuild: Stable on alpha, bug #278702 diff --git a/mail-filter/postgrey/postgrey-1.32.ebuild b/mail-filter/postgrey/postgrey-1.32.ebuild index d92aebd7084b..28041ea3a52a 100644 --- a/mail-filter/postgrey/postgrey-1.32.ebuild +++ b/mail-filter/postgrey/postgrey-1.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/postgrey-1.32.ebuild,v 1.6 2009/08/26 15:47:08 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/postgrey-1.32.ebuild,v 1.7 2009/09/05 00:11:24 ranger Exp $ inherit eutils @@ -22,7 +22,7 @@ RDEPEND=">=dev-lang/perl-5.6.0 dev-perl/Net-RBLClient >=sys-libs/db-4.1" -KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ~ppc ppc64 sparc x86" pkg_setup() { enewgroup ${PN} |