diff options
author | Rick Farina <zerochaos@gentoo.org> | 2020-09-24 13:12:44 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2020-09-24 13:12:54 -0400 |
commit | 27c1969933ad8f935fc10a04370cda13a044b9e9 (patch) | |
tree | 09f3a11ace3b4031da2b4435bc5e434b6d5c8eaf /app-forensics | |
parent | powertop: Patch pkg-config calls (diff) | |
download | gentoo-27c1969933ad8f935fc10a04370cda13a044b9e9.tar.gz gentoo-27c1969933ad8f935fc10a04370cda13a044b9e9.tar.bz2 gentoo-27c1969933ad8f935fc10a04370cda13a044b9e9.zip |
app-forensics/libewf: minor dep fix
bump eapi
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/libewf/libewf-20171104-r1.ebuild (renamed from app-forensics/libewf/libewf-20171104.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-forensics/libewf/libewf-20171104.ebuild b/app-forensics/libewf/libewf-20171104-r1.ebuild index d9ec629f937c..47d43b87427d 100644 --- a/app-forensics/libewf/libewf-20171104.ebuild +++ b/app-forensics/libewf/libewf-20171104-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Implementation of the EWF (SMART and EnCase) image format" HOMEPAGE="https://github.com/libyal/libewf" @@ -16,6 +16,7 @@ IUSE="bfio bzip2 debug +fuse nls +ssl static-libs +uuid unicode zlib" # uses bundled libbfio until tree version is bumped RDEPEND=" + bzip2? ( app-arch/bzip2 ) fuse? ( sys-fs/fuse:0= ) nls? ( virtual/libintl |