diff options
author | Marcin Kryczek <mkay@gentoo.org> | 2005-10-09 10:28:42 +0000 |
---|---|---|
committer | Marcin Kryczek <mkay@gentoo.org> | 2005-10-09 10:28:42 +0000 |
commit | cf1fd88d6a4c5bc411eb4ceb25b123d4efab2a8a (patch) | |
tree | e4fbe84f66da99f8c3df2399eb65d34a1ec62d77 /net-analyzer/thcrut/thcrut-1.2.5.ebuild | |
parent | Japanese translation. (diff) | |
download | gentoo-2-cf1fd88d6a4c5bc411eb4ceb25b123d4efab2a8a.tar.gz gentoo-2-cf1fd88d6a4c5bc411eb4ceb25b123d4efab2a8a.tar.bz2 gentoo-2-cf1fd88d6a4c5bc411eb4ceb25b123d4efab2a8a.zip |
Removing >=net-libs/libnet-1.0.2a-r3 from DEPEND - we do not have older libnet in the tree anyway. this fixes bug #108120
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-analyzer/thcrut/thcrut-1.2.5.ebuild')
-rw-r--r-- | net-analyzer/thcrut/thcrut-1.2.5.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-analyzer/thcrut/thcrut-1.2.5.ebuild b/net-analyzer/thcrut/thcrut-1.2.5.ebuild index 62b0ae408438..b5a88e0441c5 100644 --- a/net-analyzer/thcrut/thcrut-1.2.5.ebuild +++ b/net-analyzer/thcrut/thcrut-1.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation, Copyright 2003 The Hackers Choice - http://www.thc.org # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/thcrut-1.2.5.ebuild,v 1.8 2005/07/19 16:36:32 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/thcrut-1.2.5.ebuild,v 1.9 2005/10/09 10:28:42 mkay Exp $ inherit eutils @@ -14,8 +14,7 @@ KEYWORDS="amd64 ~ppc sparc x86" IUSE="" DEPEND="virtual/libpcap - <net-libs/libnet-1.1 - >=net-libs/libnet-1.0.2a-r3" + <net-libs/libnet-1.1" src_unpack() { unpack ${A} |