commit: 0e0427502ea5a468c218e79c163e9104016815b1
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 14:11:34 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 14:15:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e042750
app-forensics/libewf: [QA] Fix dependency.missingslot
Package-Manager: Portage-2.3.16, Repoman-2.3.6
app-forensics/libewf/libewf-20130416.ebuild | 6 +++---
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 e9b3505509d..58022bf647e 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 ffa753972dd..61c47c58cf8 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}"