From: Jason Hales Date: Sat, 20 Jul 2019 00:20:03 +0000 (-0500) Subject: app-misc/evemu: Added python3_6 to PYTHON_COMPAT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f40d5b0e8a0895904900cbb88495d7b9b07ebd86;p=gentoo.git app-misc/evemu: Added python3_6 to PYTHON_COMPAT Copyright: Sony Interactive Entertainment Inc. Closes: https://github.com/gentoo/gentoo/pull/12479 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Jason Hales Signed-off-by: Zac Medico --- diff --git a/app-misc/evemu/evemu-2.7.0.ebuild b/app-misc/evemu/evemu-2.7.0.ebuild index 8ac8d69567ec..68ce761f6232 100644 --- a/app-misc/evemu/evemu-2.7.0.ebuild +++ b/app-misc/evemu/evemu-2.7.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit ltprune python-single-r1