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 | |
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')
-rw-r--r-- | net-analyzer/thcrut/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/thcrut/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/thcrut/thcrut-1.2.5.ebuild | 5 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/thcrut/ChangeLog b/net-analyzer/thcrut/ChangeLog index 2efc39f2882e..7af4a323e256 100644 --- a/net-analyzer/thcrut/ChangeLog +++ b/net-analyzer/thcrut/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/thcrut # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/ChangeLog,v 1.7 2005/07/19 16:36:32 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/ChangeLog,v 1.8 2005/10/09 10:28:42 mkay Exp $ + + 09 Oct 2005; <mkay@gentoo.org> thcrut-1.2.5.ebuild: + Removing >=net-libs/libnet-1.0.2a-r3 from DEPEND - we do not have older + libnet in the tree anyway. this fixes bug #108120 19 Jul 2005; David Holm <dholm@gentoo.org> thcrut-1.2.5.ebuild: Added to ~ppc. diff --git a/net-analyzer/thcrut/Manifest b/net-analyzer/thcrut/Manifest index 7ed362e85541..c1729126ce04 100644 --- a/net-analyzer/thcrut/Manifest +++ b/net-analyzer/thcrut/Manifest @@ -1,5 +1,5 @@ MD5 4094def72f4f7899c44c65de42fa5a69 ChangeLog 799 -MD5 69f564d3d5def38e5ac1fa4895572578 thcrut-1.2.5.ebuild 810 MD5 6664b0723808cc3aad5658e88d5a7ac7 metadata.xml 236 +MD5 efa5b3c665f7c8abe45592f636269f6a thcrut-1.2.5.ebuild 781 MD5 7a44d04c4783a23f9ed07cc597b21a94 files/1.2.5-libnet.patch 9428 MD5 c71ac3757388c2ad736d8f1b5134aaac files/digest-thcrut-1.2.5 64 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} |