diff options
author | David Seifert <soap@gentoo.org> | 2017-12-10 15:11:28 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-10 15:15:38 +0100 |
commit | bb679605c02eaa1fd9cd9aee6287c9925b537da4 (patch) | |
tree | 46700cfa193269e9fd3a0527ef6960fff9c64deb /app-forensics/afflib | |
parent | app-editors/shed: [QA] Fix dependency.missingslot (diff) | |
download | gentoo-bb679605c02eaa1fd9cd9aee6287c9925b537da4.tar.gz gentoo-bb679605c02eaa1fd9cd9aee6287c9925b537da4.tar.bz2 gentoo-bb679605c02eaa1fd9cd9aee6287c9925b537da4.zip |
app-forensics/afflib: [QA] Fix dependency.missingslot
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'app-forensics/afflib')
-rw-r--r-- | app-forensics/afflib/afflib-3.7.4.ebuild | 4 | ||||
-rw-r--r-- | app-forensics/afflib/afflib-3.7.7.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-forensics/afflib/afflib-3.7.4.ebuild b/app-forensics/afflib/afflib-3.7.4.ebuild index 12a389924076..28987f4b1994 100644 --- a/app-forensics/afflib/afflib-3.7.4.ebuild +++ b/app-forensics/afflib/afflib-3.7.4.ebuild @@ -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 )" diff --git a/app-forensics/afflib/afflib-3.7.7.ebuild b/app-forensics/afflib/afflib-3.7.7.ebuild index be3eebc542c3..7d55784b3ecf 100644 --- a/app-forensics/afflib/afflib-3.7.7.ebuild +++ b/app-forensics/afflib/afflib-3.7.7.ebuild @@ -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 )" |