diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-06-27 16:53:37 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-06-27 16:53:37 +0000 |
commit | 3d00db87bded874ac8ff815318246945ba1cab29 (patch) | |
tree | aa229996b9f44f9907708cf3e388298fe69383eb /mail-filter | |
parent | Fixup autotool handling #168198. (diff) | |
download | gentoo-2-3d00db87bded874ac8ff815318246945ba1cab29.tar.gz gentoo-2-3d00db87bded874ac8ff815318246945ba1cab29.tar.bz2 gentoo-2-3d00db87bded874ac8ff815318246945ba1cab29.zip |
Re-add ~alpha wrt #183038
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/postgrey/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/postgrey/postgrey-1.28.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-filter/postgrey/ChangeLog b/mail-filter/postgrey/ChangeLog index 25f0527f33de..8c6ac0533c76 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.30 2007/06/27 07:29:52 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/ChangeLog,v 1.31 2007/06/27 16:53:37 armin76 Exp $ + + 27 Jun 2007; Raúl Porcel <armin76@gentoo.org> postgrey-1.28.ebuild: + Re-add ~alpha wrt #183038 27 Jun 2007; Markus Rothe <corsair@gentoo.org> postgrey-1.28.ebuild: Added ~ppc64; bug #183038 diff --git a/mail-filter/postgrey/postgrey-1.28.ebuild b/mail-filter/postgrey/postgrey-1.28.ebuild index e4a451df565d..2b56277dd35b 100644 --- a/mail-filter/postgrey/postgrey-1.28.ebuild +++ b/mail-filter/postgrey/postgrey-1.28.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.28.ebuild,v 1.3 2007/06/27 07:29:52 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/postgrey-1.28.ebuild,v 1.4 2007/06/27 16:53:37 armin76 Exp $ inherit eutils @@ -20,7 +20,7 @@ RDEPEND=">=dev-lang/perl-5.6.0 dev-perl/Parse-Syslog >=sys-libs/db-4.1" -KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86" pkg_setup() { enewgroup ${PN} |