mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-03 12:10:50 +02:00
sleuthkit: minor cleanup
This commit is contained in:
parent
dbf26dca2c
commit
b0a73fb1bf
1 changed files with 6 additions and 4 deletions
|
|
@ -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"
|
||||
|
||||
Loading…
Reference in a new issue