summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/pfqueue/pfqueue-0.5.0.ebuild')
-rw-r--r--net-mail/pfqueue/pfqueue-0.5.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/pfqueue/pfqueue-0.5.0.ebuild b/net-mail/pfqueue/pfqueue-0.5.0.ebuild
index 4e55eafed45f..1d1d009bbbc6 100644
--- a/net-mail/pfqueue/pfqueue-0.5.0.ebuild
+++ b/net-mail/pfqueue/pfqueue-0.5.0.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.5.0.ebuild,v 1.1 2005/09/01 00:21:31 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.5.0.ebuild,v 1.2 2005/10/03 11:50:57 ticho Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@ HOMEPAGE="http://pfqueue.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE=""
DEPEND="virtual/libc
sys-devel/libtool
@@ -25,5 +25,5 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die
- dodoc README ChangeLog COPYING NEWS TODO AUTHORS
+ dodoc README ChangeLog NEWS TODO AUTHORS
}