summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-14 12:04:53 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-14 12:12:02 +0200
commit77d4f8764988df8239df26ff6ca965252cef3ed4 (patch)
tree8dfef24bd8248a4d6a679a9156ca2c9800b2cf09 /app-portage
parentapp-portage/gpyutils: Update for GitHub move (diff)
downloadgentoo-77d4f8764988df8239df26ff6ca965252cef3ed4.tar.gz
gentoo-77d4f8764988df8239df26ff6ca965252cef3ed4.tar.bz2
gentoo-77d4f8764988df8239df26ff6ca965252cef3ed4.zip
app-portage/gpyutils: Bump to EAPI=6, enable py3.6
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/gpyutils/gpyutils-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild
index bd57accba884..06e17abf9f00 100644
--- a/app-portage/gpyutils/gpyutils-9999.ebuild
+++ b/app-portage/gpyutils/gpyutils-9999.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git"
inherit distutils-r1 git-r3