diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-10-14 09:48:36 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-10-14 09:48:36 +0000 |
commit | caf40e44e580ffb2bb34238c3bf20f264d4d41ce (patch) | |
tree | 480d328955f6e98c729bc7a446e939fa40dcecf0 /mail-filter | |
parent | Added ~ppc64; bug #151046 (diff) | |
download | gentoo-2-caf40e44e580ffb2bb34238c3bf20f264d4d41ce.tar.gz gentoo-2-caf40e44e580ffb2bb34238c3bf20f264d4d41ce.tar.bz2 gentoo-2-caf40e44e580ffb2bb34238c3bf20f264d4d41ce.zip |
Added ~ppc64; bug #151117
(Portage version: 2.1.1-r1)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/postgrey/ChangeLog | 6 | ||||
-rw-r--r-- | mail-filter/postgrey/postgrey-1.24.ebuild | 4 | ||||
-rw-r--r-- | mail-filter/postgrey/postgrey-1.27.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/mail-filter/postgrey/ChangeLog b/mail-filter/postgrey/ChangeLog index 396e1109ffc8..bc8c642bb524 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.21 2006/09/30 20:15:24 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/ChangeLog,v 1.22 2006/10/14 09:48:36 corsair Exp $ + + 14 Oct 2006; Markus Rothe <corsair@gentoo.org> postgrey-1.24.ebuild, + postgrey-1.27.ebuild: + Added ~ppc64; bug #151117 30 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> postgrey-1.24.ebuild: Marked stable on amd64 for bug #149470 diff --git a/mail-filter/postgrey/postgrey-1.24.ebuild b/mail-filter/postgrey/postgrey-1.24.ebuild index ed3c5629de15..587ddce87680 100644 --- a/mail-filter/postgrey/postgrey-1.24.ebuild +++ b/mail-filter/postgrey/postgrey-1.24.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.24.ebuild,v 1.3 2006/09/30 20:15:24 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/postgrey-1.24.ebuild,v 1.4 2006/10/14 09:48:36 corsair Exp $ inherit eutils @@ -20,7 +20,7 @@ RDEPEND=">=dev-lang/perl-5.6.0 >=sys-libs/db-4.1 >=mail-mta/postfix-2.1.0" -KEYWORDS="~alpha amd64 x86" +KEYWORDS="~alpha amd64 ~ppc64 x86" pkg_setup() { enewgroup ${PN} diff --git a/mail-filter/postgrey/postgrey-1.27.ebuild b/mail-filter/postgrey/postgrey-1.27.ebuild index 24aaf16952c9..d4e2f13d61bf 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.1 2006/08/06 23:29:21 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/postgrey-1.27.ebuild,v 1.2 2006/10/14 09:48:36 corsair Exp $ inherit eutils @@ -20,7 +20,7 @@ RDEPEND=">=dev-lang/perl-5.6.0 >=sys-libs/db-4.1 >=mail-mta/postfix-2.1.0" -KEYWORDS="~alpha ~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~ppc64 ~x86" pkg_setup() { enewgroup ${PN} |