diff options
-rw-r--r-- | mail-filter/postgrey/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/postgrey/postgrey-1.31.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-filter/postgrey/ChangeLog b/mail-filter/postgrey/ChangeLog index a0712d98c979..42a4bc23a9e9 100644 --- a/mail-filter/postgrey/ChangeLog +++ b/mail-filter/postgrey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/postgrey # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/ChangeLog,v 1.42 2007/11/13 21:32:30 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/ChangeLog,v 1.43 2007/11/14 03:24:36 astinus Exp $ + + 14 Nov 2007; Alex Howells <astinus@gentoo.org> postgrey-1.31.ebuild: + changing ~amd64 -> amd64, wrt bug #199035 13 Nov 2007; Dawid Węgliński <cla@gentoo.org> postgrey-1.31.ebuild: Stable on x86 (bug #199035) diff --git a/mail-filter/postgrey/postgrey-1.31.ebuild b/mail-filter/postgrey/postgrey-1.31.ebuild index 798bd3f8db92..9e842b41b678 100644 --- a/mail-filter/postgrey/postgrey-1.31.ebuild +++ b/mail-filter/postgrey/postgrey-1.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/postgrey-1.31.ebuild,v 1.3 2007/11/13 21:32:30 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/postgrey-1.31.ebuild,v 1.4 2007/11/14 03:24:36 astinus Exp $ inherit eutils @@ -21,7 +21,7 @@ RDEPEND=">=dev-lang/perl-5.6.0 dev-perl/Net-RBLClient >=sys-libs/db-4.1" -KEYWORDS="~alpha ~amd64 ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ppc64 ~sparc x86" pkg_setup() { enewgroup ${PN} |