summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mail/pfqueue/ChangeLog7
-rw-r--r--net-mail/pfqueue/pfqueue-0.5.6.ebuild9
2 files changed, 9 insertions, 7 deletions
diff --git a/net-mail/pfqueue/ChangeLog b/net-mail/pfqueue/ChangeLog
index 4b577b69078f..ae46dba04dde 100644
--- a/net-mail/pfqueue/ChangeLog
+++ b/net-mail/pfqueue/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/pfqueue
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/ChangeLog,v 1.42 2008/05/30 07:17:05 phreak Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/ChangeLog,v 1.43 2009/09/23 19:09:12 patrick Exp $
+
+ 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> pfqueue-0.5.6.ebuild:
+ Remove virtual/libc
30 May 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
Removing Andrej Kacian (Ticho) from metadata.xml (as per #59986).
diff --git a/net-mail/pfqueue/pfqueue-0.5.6.ebuild b/net-mail/pfqueue/pfqueue-0.5.6.ebuild
index 719eca5af8c4..0c54a9f6bb68 100644
--- a/net-mail/pfqueue/pfqueue-0.5.6.ebuild
+++ b/net-mail/pfqueue/pfqueue-0.5.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.5.6.ebuild,v 1.5 2008/03/16 16:09:27 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.5.6.ebuild,v 1.6 2009/09/23 19:09:12 patrick Exp $
inherit eutils toolchain-funcs
@@ -12,9 +12,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
-DEPEND="virtual/libc
- sys-devel/libtool
- sys-libs/ncurses"
+DEPEND="sys-devel/libtool
+ sys-libs/ncurses"
src_compile() {
econf || die "econf failed"