commit: 243620d91de635755f7bfa22ffd86f9dfe49f210
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 14 01:52:11 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 01:52:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243620d9
mail-filter/afew: modernise ebuild
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
mail-filter/afew/afew-3.0.1.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/mail-filter/afew/afew-3.0.1.ebuild
b/mail-filter/afew/afew-3.0.1.ebuild
index ec34a5b2bf2..a2ee5e08bf3 100644
--- a/mail-filter/afew/afew-3.0.1.ebuild
+++ b/mail-filter/afew/afew-3.0.1.ebuild
@@ -20,13 +20,13 @@ IUSE="doc"
RDEPEND="
$(python_gen_cond_dep '
- dev-python/chardet[${PYTHON_MULTI_USEDEP}]
- dev-python/dkimpy[${PYTHON_MULTI_USEDEP}]
- net-mail/notmuch[python,${PYTHON_MULTI_USEDEP}]
+ dev-python/chardet[${PYTHON_USEDEP}]
+ dev-python/dkimpy[${PYTHON_USEDEP}]
+ net-mail/notmuch[python,${PYTHON_USEDEP}]
')"
-DEPEND="
+BDEPEND="
$(python_gen_cond_dep '
- dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
+ dev-python/sphinx[${PYTHON_USEDEP}]
')"
DOCS=( "README.rst" )