Skip to content

Commit

Permalink
mail-filter/afew: add Python 3.9
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Feb 27, 2021
1 parent 7db4a89 commit 426b481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mail-filter/afew/afew-3.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7,8,9} )

inherit distutils-r1

Expand Down

0 comments on commit 426b481

Please sign in to comment.