Skip to content

Commit

Permalink
app-admin/eclean-kernel: Enable py3.9
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/751343
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Oct 26, 2020
1 parent 04685b2 commit 5590786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-admin/eclean-kernel/eclean-kernel-2.99.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=7

DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{6..9} )

inherit distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion app-admin/eclean-kernel/eclean-kernel-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=7

DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{6..9} )

inherit distutils-r1 git-r3

Expand Down

0 comments on commit 5590786

Please sign in to comment.