sleuthkit: minor cleanup

This commit is contained in:
Rick Farina (Zero_Chaos) 2017-10-18 17:18:24 -04:00
parent dbf26dca2c
commit b0a73fb1bf
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@ -16,9 +16,11 @@ SLOT="0/10" # subslot = major soname version
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
IUSE="aff ewf static-libs"
DEPEND="dev-db/sqlite:3
ewf? ( >=app-forensics/libewf-20170701 )
aff? ( app-forensics/afflib )"
DEPEND="virtual/jdk
dev-db/sqlite:3
sys-libs/zlib:=
ewf? ( >=app-forensics/libewf-20170701:= )
aff? ( app-forensics/afflib:= )"
RDEPEND="${DEPEND}
dev-perl/Date-Manip"