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 | b0ba776600e107209daaec218363a2d9e5d39a74 (patch) | |
tree | b643a30fbb9ffd53ed9d4ee6f911ea36ff7dfc76 /net-analyzer | |
parent | small cleanup (diff) | |
download | gentoo-2-b0ba776600e107209daaec218363a2d9e5d39a74.tar.gz gentoo-2-b0ba776600e107209daaec218363a2d9e5d39a74.tar.bz2 gentoo-2-b0ba776600e107209daaec218363a2d9e5d39a74.zip |
dep fix; closes #56694
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/packit/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/packit/packit-0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 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/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} |