diff options
Diffstat (limited to 'net-analyzer/packit/packit-0.7.ebuild')
-rw-r--r-- | net-analyzer/packit/packit-0.7.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/packit/packit-0.7.ebuild b/net-analyzer/packit/packit-0.7.ebuild index 7adb70d2abbf..f7ef2db9d84c 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.4 2004/06/24 22:14:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/packit/packit-0.7.ebuild,v 1.5 2004/07/11 10:34:11 eldad Exp $ inherit eutils @@ -10,7 +10,8 @@ SRC_URI="http://www.packetfactory.net/projects/packit/downloads/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" +IUSE="" DEPEND=">=net-libs/libnet-1.1.0-r3" |