From 119c18586bfadf9abcf1c93948421d51a7be7329 Mon Sep 17 00:00:00 2001 From: Jauhien Piatlicki Date: Mon, 18 Jan 2016 00:12:54 +0100 Subject: [PATCH] dev-python/sexpdata: new PYTHON_COMPAT version Package-Manager: portage-2.2.26 --- .../{sexpdata-0.0.3.ebuild => sexpdata-0.0.3-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dev-python/sexpdata/{sexpdata-0.0.3.ebuild => sexpdata-0.0.3-r1.ebuild} (80%) diff --git a/dev-python/sexpdata/sexpdata-0.0.3.ebuild b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild similarity index 80% rename from dev-python/sexpdata/sexpdata-0.0.3.ebuild rename to dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild index dd2f50435505c..345248f14d455 100644 --- a/dev-python/sexpdata/sexpdata-0.0.3.ebuild +++ b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -PYTHON_COMPAT=(python{2_7,3_3,3_4}) +PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5}) inherit distutils-r1