Skip to content

Commit

Permalink
net-analyzer/neti: add missing zlib dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
thesamesam authored and SoapGentoo committed May 29, 2021
1 parent 8fcd86f commit 4eb12e4
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -7,14 +7,15 @@ DESCRIPTION="NETI@Home research project from GATech"
HOMEPAGE="http://www.neti.gatech.edu"
SRC_URI="mirror://sourceforge/neti/${P}.tar.gz"

KEYWORDS="~ppc x86"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc x86"
IUSE="zlib java"

DEPEND="
java? ( || ( >=virtual/jdk-1.2 >=virtual/jre-1.2 ) )
net-libs/libpcap
sys-libs/zlib
"
RDEPEND="${DEPEND}"

Expand Down

0 comments on commit 4eb12e4

Please sign in to comment.