Skip to content

Commit

Permalink
mail-filter/afew: modernise ebuild
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Sep 14, 2020
1 parent 2324ae8 commit 243620d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mail-filter/afew/afew-3.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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" )
Expand Down

0 comments on commit 243620d

Please sign in to comment.