summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2009-02-01 16:19:50 +0000
committerTobias Klausmann <klausman@gentoo.org>2009-02-01 16:19:50 +0000
commitce5c9bc1f8886df8f3061576bdcccc651e41cfa2 (patch)
treebe552cbe6cfe85b9d7f1bae9e16557438d6fb82b /mail-filter
parentAdd a missing open() permission and install default configuration file (diff)
downloadgentoo-2-ce5c9bc1f8886df8f3061576bdcccc651e41cfa2.tar.gz
gentoo-2-ce5c9bc1f8886df8f3061576bdcccc651e41cfa2.tar.bz2
gentoo-2-ce5c9bc1f8886df8f3061576bdcccc651e41cfa2.zip
Stable on alpha, bug #257184
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/procmail/ChangeLog8
-rw-r--r--mail-filter/procmail/procmail-3.22-r10.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/mail-filter/procmail/ChangeLog b/mail-filter/procmail/ChangeLog
index c35cd39bfaf1..9b21649c199a 100644
--- a/mail-filter/procmail/ChangeLog
+++ b/mail-filter/procmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/procmail
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail/ChangeLog,v 1.36 2008/12/27 17:09:00 dertobi123 Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail/ChangeLog,v 1.37 2009/02/01 16:19:50 klausman Exp $
+
+ 01 Feb 2009; Tobias Klausmann <klausman@gentoo.org>
+ procmail-3.22-r10.ebuild:
+ Stable on alpha, bug #257184
*procmail-3.22-r10 (27 Dec 2008)
diff --git a/mail-filter/procmail/procmail-3.22-r10.ebuild b/mail-filter/procmail/procmail-3.22-r10.ebuild
index 0b2f8dac5fff..f36a2c6294bb 100644
--- a/mail-filter/procmail/procmail-3.22-r10.ebuild
+++ b/mail-filter/procmail/procmail-3.22-r10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail/procmail-3.22-r10.ebuild,v 1.1 2008/12/27 17:09:00 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail/procmail-3.22-r10.ebuild,v 1.2 2009/02/01 16:19:50 klausman Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -10,7 +10,7 @@ SRC_URI="http://www.procmail.org/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="mbox selinux"
DEPEND="virtual/libc virtual/mta"