diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-12 09:01:30 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-12 09:01:30 +0000 |
commit | 89dfa07cf837e78cc245b8dd8765c6730b818d25 (patch) | |
tree | 233cf5489334dfbde95022a4cce50684e19d6032 /net-analyzer/packit | |
parent | small cleanup (diff) | |
download | historical-89dfa07cf837e78cc245b8dd8765c6730b818d25.tar.gz historical-89dfa07cf837e78cc245b8dd8765c6730b818d25.tar.bz2 historical-89dfa07cf837e78cc245b8dd8765c6730b818d25.zip |
dep fix; closes #56694
Diffstat (limited to 'net-analyzer/packit')
-rw-r--r-- | net-analyzer/packit/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/packit/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/packit/packit-0.7.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/packit/ChangeLog b/net-analyzer/packit/ChangeLog index da2087b7e191..5aadc3552b3c 100644 --- a/net-analyzer/packit/ChangeLog +++ b/net-analyzer/packit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/packit # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/ChangeLog,v 1.8 2004/07/11 10:34:11 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/ChangeLog,v 1.9 2004/07/12 09:01:30 eldad Exp $ + + 12 Jul 2004; Eldad Zack <eldad@gentoo.org> packit-0.7.ebuild: + Fixed deps - can only compile with libnet-1.1.1. Closes #56694. 11 Jul 2004; Eldad Zack <eldad@gentoo.org> +metadata.xml, packit-0.6.0c-r1.ebuild, packit-0.7.ebuild: diff --git a/net-analyzer/packit/Manifest b/net-analyzer/packit/Manifest index 542060ed9c14..aaa0d0d187e3 100644 --- a/net-analyzer/packit/Manifest +++ b/net-analyzer/packit/Manifest @@ -1,6 +1,6 @@ MD5 bf737fc3120abd3e7eb2447c6f520217 packit-0.6.0c-r1.ebuild 910 -MD5 2749df28dbdd4b2628a41a6f7e663eea packit-0.7.ebuild 823 -MD5 40a07f50533a8168954276582e82bdad ChangeLog 1100 +MD5 14a9e8cf2c0a54f659f729270f0cd3eb packit-0.7.ebuild 820 +MD5 38b0cd41fc528a71690c3f3c7cd7ac7b ChangeLog 1231 MD5 828add64d896c29b87566ae8c0842d9d metadata.xml 291 MD5 5556efb595e0306b7d1397a160aef4ff files/digest-packit-0.6.0c-r1 62 MD5 9691a62ad1380ccfcbc34b3c0e88f46a files/digest-packit-0.7 59 diff --git a/net-analyzer/packit/packit-0.7.ebuild b/net-analyzer/packit/packit-0.7.ebuild index f7ef2db9d84c..ad344386bdf2 100644 --- a/net-analyzer/packit/packit-0.7.ebuild +++ b/net-analyzer/packit/packit-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/packit-0.7.ebuild,v 1.5 2004/07/11 10:34:11 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/packit-0.7.ebuild,v 1.6 2004/07/12 09:01:30 eldad Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND=">=net-libs/libnet-1.1.0-r3" +DEPEND="=net-libs/libnet-1.1.1*" src_unpack() { unpack ${A} |