summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-02-06 16:24:22 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-02-06 16:24:22 +0100
commit514dc4d9c8f74aca164ff4d74c54917ed1b24b92 (patch)
treea0dd0ce7e76e7e83597522f96ac97ec9bb3eba87 /app-forensics/libewf/libewf-20140608-r1.ebuild
parentmedia-gfx/xfig: x86 stable (bug #644204) (diff)
downloadgentoo-514dc4d9c8f74aca164ff4d74c54917ed1b24b92.tar.gz
gentoo-514dc4d9c8f74aca164ff4d74c54917ed1b24b92.tar.bz2
gentoo-514dc4d9c8f74aca164ff4d74c54917ed1b24b92.zip
app-forensics/libewf: fix test failures
Bug: https://bugs.gentoo.org/634910 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-forensics/libewf/libewf-20140608-r1.ebuild')
-rw-r--r--app-forensics/libewf/libewf-20140608-r1.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/app-forensics/libewf/libewf-20140608-r1.ebuild b/app-forensics/libewf/libewf-20140608-r1.ebuild
index 4f45bb342f11..c313c72a60ad 100644
--- a/app-forensics/libewf/libewf-20140608-r1.ebuild
+++ b/app-forensics/libewf/libewf-20140608-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
AUTOTOOLS_AUTORECONF=1
+AUTOTOOLS_IN_SOURCE_BUILD=1
inherit eutils autotools-utils
DESCRIPTION="Implementation of the EWF (SMART and EnCase) image format"
@@ -27,9 +28,10 @@ DEPEND="
zlib? ( sys-libs/zlib )"
RDEPEND="${DEPEND}"
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-PATCHES=( "${DISTDIR}"/${P}-libuna-remove-inline.patch )
+PATCHES=(
+ "${DISTDIR}"/${P}-libuna-remove-inline.patch
+ "${FILESDIR}"/${PN}-20140608-fix-tmpdir-in-tests.patch
+)
DOCS=( AUTHORS ChangeLog NEWS README documents/header.txt documents/header2.txt )