summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2018-05-09 22:12:53 +0100
committerJames Le Cuirot <chewi@gentoo.org>2018-05-09 22:12:53 +0100
commit03281a869879aa9e0ad9231be698fc97247c4309 (patch)
treeb6b54d832c037352293b8ef6d4109f1ca0055e1a
parentdev-embedded/sdcc: Drop old (diff)
downloadgentoo-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
-rw-r--r--games-util/nml/nml-0.4.4-r1.ebuild4
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"