diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-04-28 23:25:55 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-04-28 23:25:55 +0000 |
commit | 9a92ec3e69ea0d0f81d254ec57447198d55306a6 (patch) | |
tree | c83d503c4e9243e91223db2c54aeee19f0397307 /net-mail/pfqueue | |
parent | fix m4 warning and make it so we dont need to run autotools (diff) | |
download | gentoo-2-9a92ec3e69ea0d0f81d254ec57447198d55306a6.tar.gz gentoo-2-9a92ec3e69ea0d0f81d254ec57447198d55306a6.tar.bz2 gentoo-2-9a92ec3e69ea0d0f81d254ec57447198d55306a6.zip |
Stable on x86.
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'net-mail/pfqueue')
-rw-r--r-- | net-mail/pfqueue/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/pfqueue/pfqueue-0.3.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/pfqueue/ChangeLog b/net-mail/pfqueue/ChangeLog index 55f2b66e78be..082b479b1248 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.12 2005/04/24 16:21:49 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/ChangeLog,v 1.13 2005/04/28 23:25:55 ticho Exp $ + + 28 Apr 2005; Andrej Kacian <ticho@gentoo.org> pfqueue-0.3.5.ebuild: + Stable on x86. Closes #90780, reported by Daniel Webert <rockoo@gmail.com>. *pfqueue-0.3.6 (24 Apr 2005) diff --git a/net-mail/pfqueue/pfqueue-0.3.5.ebuild b/net-mail/pfqueue/pfqueue-0.3.5.ebuild index ebffee01795e..ea359e531269 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.2 2005/04/10 04:43:03 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.3.5.ebuild,v 1.3 2005/04/28 23:25:55 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 ~amd64" +KEYWORDS="x86 ~amd64" IUSE="" DEPEND="virtual/libc" RDEPEND="mail-mta/postfix" |