diff options
author | James Le Cuirot <chewi@gentoo.org> | 2018-05-09 22:12:53 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-05-09 22:12:53 +0100 |
commit | 03281a869879aa9e0ad9231be698fc97247c4309 (patch) | |
tree | b6b54d832c037352293b8ef6d4109f1ca0055e1a /games-util/nml | |
parent | dev-embedded/sdcc: Drop old (diff) | |
download | gentoo-03281a869879aa9e0ad9231be698fc97247c4309.tar.gz gentoo-03281a869879aa9e0ad9231be698fc97247c4309.tar.bz2 gentoo-03281a869879aa9e0ad9231be698fc97247c4309.zip |
games-util/nml: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'games-util/nml')
-rw-r--r-- | games-util/nml/nml-0.4.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-util/nml/nml-0.4.4-r1.ebuild b/games-util/nml/nml-0.4.4-r1.ebuild index 81b58fd04e33..62f2f8ddbf5a 100644 --- a/games-util/nml/nml-0.4.4-r1.ebuild +++ b/games-util/nml/nml-0.4.4-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Compiler of NML files into grf/nfo files" |