diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-12-12 10:31:25 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-12-12 10:31:25 +0000 |
commit | af340991e42a43ad707eaf7e6120129c4ac0040f (patch) | |
tree | 6bf743026c4d7b0f02444da169add91bb91a2417 /mail-filter | |
parent | removed annoying sed error message; normalized pkg_config across ebuilds (diff) | |
download | gentoo-2-af340991e42a43ad707eaf7e6120129c4ac0040f.tar.gz gentoo-2-af340991e42a43ad707eaf7e6120129c4ac0040f.tar.bz2 gentoo-2-af340991e42a43ad707eaf7e6120129c4ac0040f.zip |
Stable on x86.
(Portage version: 2.0.53)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/postgrey/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/postgrey/postgrey-1.21-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-filter/postgrey/ChangeLog b/mail-filter/postgrey/ChangeLog index cbd9d1974bd1..92126d7b7621 100644 --- a/mail-filter/postgrey/ChangeLog +++ b/mail-filter/postgrey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/postgrey # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/ChangeLog,v 1.14 2005/11/05 13:19:09 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/ChangeLog,v 1.15 2005/12/12 10:31:25 ticho Exp $ + + 12 Dec 2005; Andrej Kacian <ticho@gentoo.org> postgrey-1.21-r2.ebuild: + Stable on x86. 05 Nov 2005; Fernando J. Pereda <ferdy@gentoo.org> postgrey-1.21-r2.ebuild: diff --git a/mail-filter/postgrey/postgrey-1.21-r2.ebuild b/mail-filter/postgrey/postgrey-1.21-r2.ebuild index 2007ededf197..9fbe9931264a 100644 --- a/mail-filter/postgrey/postgrey-1.21-r2.ebuild +++ b/mail-filter/postgrey/postgrey-1.21-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/postgrey-1.21-r2.ebuild,v 1.2 2005/11/05 13:19:09 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/postgrey-1.21-r2.ebuild,v 1.3 2005/12/12 10:31:25 ticho 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 x86" pkg_setup() { enewgroup ${PN} |