Skip to content

Commit

Permalink
dev-python/nodeenv: Port to python 3.{8,9}
Browse files Browse the repository at this point in the history
Signed-off-by: Jakov Smolic <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
Jakov Smolic authored and thesamesam committed Feb 22, 2021
1 parent a19d5c4 commit 75e3fe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-python/nodeenv/nodeenv-1.3.5.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_7 )
PYTHON_COMPAT=( python3_{7..9} )

inherit distutils-r1

Expand All @@ -16,4 +16,5 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

# requires network access
RESTRICT="test"

0 comments on commit 75e3fe4

Please sign in to comment.