diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:15:49 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:15:49 +0000 |
commit | 7c65257f7d9808cb73dcc8768ea326f8e99a4dd8 (patch) | |
tree | 26c7ba3d3aafb51b39dba5b9d3302f1c6f9ff2e8 /net-mail/pfqueue | |
parent | Fix detection and test on FreeBSD and keyword it. (diff) | |
download | historical-7c65257f7d9808cb73dcc8768ea326f8e99a4dd8.tar.gz historical-7c65257f7d9808cb73dcc8768ea326f8e99a4dd8.tar.bz2 historical-7c65257f7d9808cb73dcc8768ea326f8e99a4dd8.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'net-mail/pfqueue')
-rw-r--r-- | net-mail/pfqueue/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/pfqueue/pfqueue-0.5.6.ebuild | 9 |
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" |