diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-07-01 15:05:07 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-07-01 15:05:07 +0000 |
commit | 4c964c51d1da08ef5f44c1df011cdd8263c733f2 (patch) | |
tree | 873c23a12564f2e69ac187a4f24a73c8d738aa60 /mail-filter/gld | |
parent | Fix qmake dir bug per bug #97535 (diff) | |
download | gentoo-2-4c964c51d1da08ef5f44c1df011cdd8263c733f2.tar.gz gentoo-2-4c964c51d1da08ef5f44c1df011cdd8263c733f2.tar.bz2 gentoo-2-4c964c51d1da08ef5f44c1df011cdd8263c733f2.zip |
Stable on x86 and amd64. Bug #97619.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'mail-filter/gld')
-rw-r--r-- | mail-filter/gld/ChangeLog | 6 | ||||
-rw-r--r-- | mail-filter/gld/gld-1.5.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-filter/gld/ChangeLog b/mail-filter/gld/ChangeLog index e48215901c50..13098849c7fa 100644 --- a/mail-filter/gld/ChangeLog +++ b/mail-filter/gld/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/gld # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.21 2005/06/18 22:50:12 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.22 2005/07/01 15:05:07 ticho Exp $ + + 01 Jul 2005; Andrej Kacian <ticho@gentoo.org> gld-1.5.2.ebuild: + Stable on x86 and amd64. Bug #97619, by Alexander Stoll <as at + ha-networks.com>. 18 Jun 2005; Andrej Kacian <ticho@gentoo.org> files/gld.rc: Initscript provides "postfix_graylist", so postfix can safely start after diff --git a/mail-filter/gld/gld-1.5.2.ebuild b/mail-filter/gld/gld-1.5.2.ebuild index 019db7d2fbe9..6a1a6d9c71f7 100644 --- a/mail-filter/gld/gld-1.5.2.ebuild +++ b/mail-filter/gld/gld-1.5.2.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/gld/gld-1.5.2.ebuild,v 1.1 2005/04/21 17:05:20 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.5.2.ebuild,v 1.2 2005/07/01 15:05:07 ticho Exp $ DESCRIPTION="A standalone anti-spam greylisting algorithm on top of Postfix" HOMEPAGE="http://www.gasmi.net/gld.html" @@ -8,7 +8,7 @@ SRC_URI="http://www.gasmi.net/down/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc" +KEYWORDS="amd64 x86 ~ppc" IUSE="postgres" # Not adding a mysql USE flag. The package defaults to it, so we will too. DEPEND="virtual/libc |