mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
pentoo-forensics: move volatility to extra due to lack of python3 support
This commit is contained in:
parent
8176d41dba
commit
c6a1977ae6
1 changed files with 9 additions and 6 deletions
|
|
@ -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
|
||||
Loading…
Reference in a new issue