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/afflib/
Date: Sun, 10 Dec 2017 14:17:03
Message-Id: 1512915338.bb679605c02eaa1fd9cd9aee6287c9925b537da4.soap@gentoo
1 commit: bb679605c02eaa1fd9cd9aee6287c9925b537da4
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 14:11:28 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 14:15:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb679605
7
8 app-forensics/afflib: [QA] Fix dependency.missingslot
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-forensics/afflib/afflib-3.7.4.ebuild | 4 ++--
13 app-forensics/afflib/afflib-3.7.7.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-forensics/afflib/afflib-3.7.4.ebuild b/app-forensics/afflib/afflib-3.7.4.ebuild
17 index 12a38992407..28987f4b199 100644
18 --- a/app-forensics/afflib/afflib-3.7.4.ebuild
19 +++ b/app-forensics/afflib/afflib-3.7.4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 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 @@ -25,7 +25,7 @@ RDEPEND="dev-libs/expat
27 dev-libs/openssl:0
28 sys-libs/zlib
29 fuse? ( sys-fs/fuse )
30 - ncurses? ( sys-libs/ncurses )
31 + ncurses? ( sys-libs/ncurses:0= )
32 python? ( ${PYTHON_DEPS} )
33 readline? ( sys-libs/readline:0 )
34 s3? ( net-misc/curl )"
35
36 diff --git a/app-forensics/afflib/afflib-3.7.7.ebuild b/app-forensics/afflib/afflib-3.7.7.ebuild
37 index be3eebc542c..7d55784b3ec 100644
38 --- a/app-forensics/afflib/afflib-3.7.7.ebuild
39 +++ b/app-forensics/afflib/afflib-3.7.7.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2015 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=5
46 @@ -25,7 +25,7 @@ RDEPEND="dev-libs/expat
47 dev-libs/openssl:0
48 sys-libs/zlib
49 fuse? ( sys-fs/fuse )
50 - ncurses? ( sys-libs/ncurses )
51 + ncurses? ( sys-libs/ncurses:0= )
52 python? ( ${PYTHON_DEPS} )
53 readline? ( sys-libs/readline:0 )
54 s3? ( net-misc/curl )"