pentoo-forensics: move volatility to extra due to lack of python3 support

This commit is contained in:
blshkv 2020-03-25 08:35:11 +08:00
parent 8176d41dba
commit c6a1977ae6
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -8,13 +8,12 @@ HOMEPAGE="http://www.pentoo.ch"
LICENSE="GPL-3"
SLOT="0"
IUSE="pentoo-full"
IUSE="pentoo-extra pentoo-full"
KEYWORDS="~amd64 ~x86"
PDEPEND="
sys-fs/extundelete
app-forensics/sleuthkit
app-forensics/volatility
sys-fs/ddrescue
pentoo-full? (
@ -36,7 +35,11 @@ PDEPEND="
sys-apps/dcfldd
sys-block/partimage
sys-fs/dd-rescue
)"
)
pentoo-extra? (
app-forensics/volatility
)
"
#https://github.com/arxsys/dff/issues/23
# app-forensics/dff
#python2 only
#https://github.com/volatilityfoundation/volatility/issues/693