mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
pentoo-forensic: re-adding util someone provide a build.log with the failure. issue #96
This commit is contained in:
parent
a6173e4ce1
commit
c60a911736
2 changed files with 8 additions and 6 deletions
|
|
@ -1 +1 @@
|
|||
EBUILD pentoo-forensics-2013.0.ebuild 744 SHA256 4492d5bda9bf3fa0f0b96a5b73ce93a8a1277e7f831a8c7c637b7a9213fde4a9 SHA512 15b00ab6bc5ad2baed6daa76e4cec51d20d943b8ed374d98307b37d2c8041e01abb2ff9149df76264d3e9a66b338b931a32a9697ebf85a3532bf761fd674f4d7 WHIRLPOOL fe387a4333e7781a9b42ff73556816c09b46106dfa50fce377220edc0b644bf671d5fcf5e68f0819a96bb8264b1fe0c5ea60397dce22d56eda4018bd540b2959
|
||||
EBUILD pentoo-forensics-2013.0.ebuild 780 SHA256 f02f81012ad9f5d7aa4c93d32996488f61ad4c7be1ac6a70c6c5b9a025bee870 SHA512 a7df727dbd3b8fbae7f17939f30ed1d11c257c16880620df73fdacca7b6f08e51077c6b5e9ee606cf99037c737a441573bd94b00d93047dfc184458fa174f548 WHIRLPOOL 2c64e0788d436dabee05128bbd883a4e19fb3004f8dcc5fdc41b21e9f71333ed2feb6de5de3c1fa80b986aded87c79e1b6d617021397bd0e3ae2a67d50dcf454
|
||||
|
|
|
|||
|
|
@ -1,17 +1,18 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
KEYWORDS="-*"
|
||||
EAPI="4"
|
||||
|
||||
DESCRIPTION="Pentoo forensics meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
|
||||
LICENSE="GPL"
|
||||
SLOT="0"
|
||||
IUSE="livecd"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND=""
|
||||
|
||||
RDEPEND="${DEPEND}
|
||||
app-admin/testdisk
|
||||
app-crypt/xor-analyze
|
||||
|
|
@ -21,6 +22,7 @@ RDEPEND="${DEPEND}
|
|||
app-forensics/foremost
|
||||
app-forensics/galleta
|
||||
app-forensics/inception
|
||||
app-forensics/libvshadow
|
||||
app-forensics/make-pdf
|
||||
app-forensics/memdump
|
||||
app-forensics/origami
|
||||
|
|
|
|||
Loading…
Reference in a new issue