app-forensics/afflib: [QA] Fix dependency.missingslot

Package-Manager: Portage-2.3.16, Repoman-2.3.6
This commit is contained in:
David Seifert
2017-12-10 15:11:28 +01:00
parent 654513c76f
commit bb679605c0
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -25,7 +25,7 @@ RDEPEND="dev-libs/expat
dev-libs/openssl:0
sys-libs/zlib
fuse? ( sys-fs/fuse )
ncurses? ( sys-libs/ncurses )
ncurses? ( sys-libs/ncurses:0= )
python? ( ${PYTHON_DEPS} )
readline? ( sys-libs/readline:0 )
s3? ( net-misc/curl )"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -25,7 +25,7 @@ RDEPEND="dev-libs/expat
dev-libs/openssl:0
sys-libs/zlib
fuse? ( sys-fs/fuse )
ncurses? ( sys-libs/ncurses )
ncurses? ( sys-libs/ncurses:0= )
python? ( ${PYTHON_DEPS} )
readline? ( sys-libs/readline:0 )
s3? ( net-misc/curl )"