Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/libewf/
Date: Sun, 10 Dec 2017 14:17:07
Message-Id: 1512915349.0e0427502ea5a468c218e79c163e9104016815b1.soap@gentoo
1 commit: 0e0427502ea5a468c218e79c163e9104016815b1
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 14:11:34 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 14:15:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e042750
7
8 app-forensics/libewf: [QA] Fix dependency.missingslot
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-forensics/libewf/libewf-20130416.ebuild | 6 +++---
13 app-forensics/libewf/libewf-20140608.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/app-forensics/libewf/libewf-20130416.ebuild b/app-forensics/libewf/libewf-20130416.ebuild
17 index e9b3505509d..58022bf647e 100644
18 --- a/app-forensics/libewf/libewf-20130416.ebuild
19 +++ b/app-forensics/libewf/libewf-20130416.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -18,9 +18,9 @@ IUSE="debug ewf +fuse rawio +ssl static-libs +uuid unicode zlib"
27
28 DEPEND="
29 sys-libs/zlib
30 - fuse? ( sys-fs/fuse )
31 + fuse? ( sys-fs/fuse:= )
32 uuid? ( sys-apps/util-linux )
33 - ssl? ( dev-libs/openssl )
34 + ssl? ( dev-libs/openssl:0= )
35 zlib? ( sys-libs/zlib )"
36 RDEPEND="${DEPEND}"
37
38
39 diff --git a/app-forensics/libewf/libewf-20140608.ebuild b/app-forensics/libewf/libewf-20140608.ebuild
40 index ffa753972dd..61c47c58cf8 100644
41 --- a/app-forensics/libewf/libewf-20140608.ebuild
42 +++ b/app-forensics/libewf/libewf-20140608.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2014 Gentoo Foundation
45 +# Copyright 1999-2017 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=5
49 @@ -19,9 +19,9 @@ IUSE="bfio debug ewf +fuse +ssl static-libs +uuid unicode zlib"
50 DEPEND="
51 sys-libs/zlib
52 bfio? ( =app-forensics/libbfio-0.0.20120425_alpha )
53 - fuse? ( sys-fs/fuse )
54 + fuse? ( sys-fs/fuse:= )
55 uuid? ( sys-apps/util-linux )
56 - ssl? ( dev-libs/openssl )
57 + ssl? ( dev-libs/openssl:0= )
58 zlib? ( sys-libs/zlib )"
59 RDEPEND="${DEPEND}"