From: Michael Sterrett Date: Sun, 22 May 2016 02:19:28 +0000 (-0400) Subject: games-util/nml: add support for python 3.5 (bug #583590) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a9d579957e4650a6babe79efcab6040db8181842;p=gentoo.git games-util/nml: add support for python 3.5 (bug #583590) Package-Manager: portage-2.2.28 --- diff --git a/games-util/nml/nml-0.4.4.ebuild b/games-util/nml/nml-0.4.4.ebuild index d3901c02b9ec..39c1ef37f479 100644 --- a/games-util/nml/nml-0.4.4.ebuild +++ b/games-util/nml/nml-0.4.4.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{3_3,3_4} ) +PYTHON_COMPAT=( python{3_3,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="Compiler of NML files into grf/nfo files"