diff options
-rw-r--r-- | net-mail/pflogsumm/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/pflogsumm/pflogsumm-1.1.0.ebuild | 6 | ||||
-rw-r--r-- | net-mail/pfqueue/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/pfqueue/pfqueue-0.3.5.ebuild | 4 |
4 files changed, 14 insertions, 8 deletions
diff --git a/net-mail/pflogsumm/ChangeLog b/net-mail/pflogsumm/ChangeLog index 8059d9a8168a..988c27d5f324 100644 --- a/net-mail/pflogsumm/ChangeLog +++ b/net-mail/pflogsumm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/pflogsumm -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/pflogsumm/ChangeLog,v 1.3 2004/12/13 23:18:12 ticho Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/pflogsumm/ChangeLog,v 1.4 2005/04/10 04:46:17 ticho Exp $ + + 10 Apr 2005; Andrej Kacian <ticho@gentoo.org> pflogsumm-1.1.0.ebuild: + Added ~amd64 keyword. 14 Dec 2004; Andrej Kacian <ticho@gentoo.org> pflogsumm-1.0.11.ebuild, pflogsumm-1.1.0.ebuild: diff --git a/net-mail/pflogsumm/pflogsumm-1.1.0.ebuild b/net-mail/pflogsumm/pflogsumm-1.1.0.ebuild index 1083181717bb..18b57a10ea5f 100644 --- a/net-mail/pflogsumm/pflogsumm-1.1.0.ebuild +++ b/net-mail/pflogsumm/pflogsumm-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/pflogsumm/pflogsumm-1.1.0.ebuild,v 1.2 2004/12/13 23:18:12 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pflogsumm/pflogsumm-1.1.0.ebuild,v 1.3 2005/04/10 04:46:17 ticho Exp $ DESCRIPTION="Pflogsumm is a log analyzer for Postfix logs" HOMEPAGE="http://jimsun.linxnet.com/postfix_contrib.html" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" DEPEND="dev-lang/perl dev-perl/Date-Calc" diff --git a/net-mail/pfqueue/ChangeLog b/net-mail/pfqueue/ChangeLog index e393aa1bce02..52a1c16428a2 100644 --- a/net-mail/pfqueue/ChangeLog +++ b/net-mail/pfqueue/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/pfqueue # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/ChangeLog,v 1.10 2005/03/22 17:22:09 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/ChangeLog,v 1.11 2005/04/10 04:43:03 ticho Exp $ + + 10 Apr 2005; Andrej Kacian <ticho@gentoo.org> pfqueue-0.3.5.ebuild: + Added ~amd64 keyword. *pfqueue-0.3.5 (22 Mar 2005) diff --git a/net-mail/pfqueue/pfqueue-0.3.5.ebuild b/net-mail/pfqueue/pfqueue-0.3.5.ebuild index 11826361e2dd..ebffee01795e 100644 --- a/net-mail/pfqueue/pfqueue-0.3.5.ebuild +++ b/net-mail/pfqueue/pfqueue-0.3.5.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/net-mail/pfqueue/pfqueue-0.3.5.ebuild,v 1.1 2005/03/22 17:22:09 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.3.5.ebuild,v 1.2 2005/04/10 04:43:03 ticho Exp $ inherit eutils DESCRIPTION="pfqueue is an ncurses console-based tool for managing Postfix @@ -9,7 +9,7 @@ HOMEPAGE="http://pfqueue.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="virtual/libc" RDEPEND="mail-mta/postfix" |