From: Lars Wendler Date: Tue, 3 May 2016 11:42:15 +0000 (+0200) Subject: dev-python/fudge: Added python3_5. EAPI-6 conversion. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ef98f3c547f963281400866bdb0f597ce9b4182c;p=gentoo.git dev-python/fudge: Added python3_5. EAPI-6 conversion. Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler --- diff --git a/dev-python/fudge/fudge-1.1.0.ebuild b/dev-python/fudge/fudge-1.1.0.ebuild index cb3a3ea74cee..c92ba518b566 100644 --- a/dev-python/fudge/fudge-1.1.0.ebuild +++ b/dev-python/fudge/fudge-1.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) inherit distutils-r1