Skip to content

Commit

Permalink
games-util/nml: Add pythn3_9 to PYTHON_COMPAT
Browse files Browse the repository at this point in the history
Closes: gentoo#20600
Closes: https://bugs.gentoo.org/786894
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith <[email protected]>
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
00-matt authored and ConiKost committed Apr 29, 2021
1 parent 2102398 commit c1a9fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games-util/nml/nml-0.5.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

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

inherit distutils-r1

Expand Down

0 comments on commit c1a9fd2

Please sign in to comment.