diff options
author | David Seifert <soap@gentoo.org> | 2017-12-10 15:11:34 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-10 15:15:49 +0100 |
commit | 0e0427502ea5a468c218e79c163e9104016815b1 (patch) | |
tree | fbf9daa2a30f8bdb6c89246a1089739df4163725 /app-forensics | |
parent | app-forensics/afl: [QA] Fix dependency.missingslot (diff) | |
download | gentoo-0e0427502ea5a468c218e79c163e9104016815b1.tar.gz gentoo-0e0427502ea5a468c218e79c163e9104016815b1.tar.bz2 gentoo-0e0427502ea5a468c218e79c163e9104016815b1.zip |
app-forensics/libewf: [QA] Fix dependency.missingslot
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/libewf/libewf-20130416.ebuild | 6 | ||||
-rw-r--r-- | app-forensics/libewf/libewf-20140608.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-forensics/libewf/libewf-20130416.ebuild b/app-forensics/libewf/libewf-20130416.ebuild index e9b3505509dc..58022bf647e1 100644 --- a/app-forensics/libewf/libewf-20130416.ebuild +++ b/app-forensics/libewf/libewf-20130416.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,9 +18,9 @@ IUSE="debug ewf +fuse rawio +ssl static-libs +uuid unicode zlib" DEPEND=" sys-libs/zlib - fuse? ( sys-fs/fuse ) + fuse? ( sys-fs/fuse:= ) uuid? ( sys-apps/util-linux ) - ssl? ( dev-libs/openssl ) + ssl? ( dev-libs/openssl:0= ) zlib? ( sys-libs/zlib )" RDEPEND="${DEPEND}" diff --git a/app-forensics/libewf/libewf-20140608.ebuild b/app-forensics/libewf/libewf-20140608.ebuild index ffa753972dd0..61c47c58cf83 100644 --- a/app-forensics/libewf/libewf-20140608.ebuild +++ b/app-forensics/libewf/libewf-20140608.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,9 +19,9 @@ IUSE="bfio debug ewf +fuse +ssl static-libs +uuid unicode zlib" DEPEND=" sys-libs/zlib bfio? ( =app-forensics/libbfio-0.0.20120425_alpha ) - fuse? ( sys-fs/fuse ) + fuse? ( sys-fs/fuse:= ) uuid? ( sys-apps/util-linux ) - ssl? ( dev-libs/openssl ) + ssl? ( dev-libs/openssl:0= ) zlib? ( sys-libs/zlib )" RDEPEND="${DEPEND}" |