diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:20:26 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:20:26 +0000 |
commit | edad13d0862ca12969268603d8713b2ba31662c1 (patch) | |
tree | f0e6a06ef53bafbc74e5a444c01e1b87b30467de /net-analyzer/knocker | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-edad13d0862ca12969268603d8713b2ba31662c1.tar.gz gentoo-2-edad13d0862ca12969268603d8713b2ba31662c1.tar.bz2 gentoo-2-edad13d0862ca12969268603d8713b2ba31662c1.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/knocker')
-rw-r--r-- | net-analyzer/knocker/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/knocker/knocker-0.7.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/knocker/ChangeLog b/net-analyzer/knocker/ChangeLog index c234090ed094..61cf19543437 100644 --- a/net-analyzer/knocker/ChangeLog +++ b/net-analyzer/knocker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/knocker -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/knocker/ChangeLog,v 1.16 2008/06/29 14:02:29 nixnut Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/knocker/ChangeLog,v 1.17 2009/09/23 18:20:26 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> knocker-0.7.1.ebuild: + Remove virtual/libc 29 Jun 2008; nixnut <nixnut@gentoo.org> knocker-0.7.1-r1.ebuild: Stable on ppc wrt bug 229845 diff --git a/net-analyzer/knocker/knocker-0.7.1.ebuild b/net-analyzer/knocker/knocker-0.7.1.ebuild index a1cf2a4f4f8b..112973dda03a 100644 --- a/net-analyzer/knocker/knocker-0.7.1.ebuild +++ b/net-analyzer/knocker/knocker-0.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/knocker/knocker-0.7.1.ebuild,v 1.11 2005/04/24 02:49:56 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/knocker/knocker-0.7.1.ebuild,v 1.12 2009/09/23 18:20:26 patrick Exp $ DESCRIPTION="Knocker is an easy to use security port scanner written in C" SRC_URI="mirror://sourceforge/knocker/${P}.tar.gz" @@ -11,7 +11,7 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc ppc" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { ./configure \ |