summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJauhien Piatlicki <jauhien@gentoo.org>2016-01-18 22:04:55 +0100
committerJauhien Piatlicki <jauhien@gentoo.org>2016-01-18 22:06:00 +0100
commit6be48927e572121ecfa921513707bca4b2bc4abc (patch)
tree92efd955121c9e506ecdddcd0665575acbb934c9 /app-portage/g-sorcery/g-sorcery-9999.ebuild
parentMerge remote-tracking branch 'github/pr/679'. (diff)
downloadgentoo-6be48927e572121ecfa921513707bca4b2bc4abc.tar.gz
gentoo-6be48927e572121ecfa921513707bca4b2bc4abc.tar.bz2
gentoo-6be48927e572121ecfa921513707bca4b2bc4abc.zip
app-portage/g-sorcery: update PYTHON_COMPAT
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-portage/g-sorcery/g-sorcery-9999.ebuild')
-rw-r--r--app-portage/g-sorcery/g-sorcery-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/g-sorcery/g-sorcery-9999.ebuild b/app-portage/g-sorcery/g-sorcery-9999.ebuild
index 753626194acc..bfde259aff32 100644
--- a/app-portage/g-sorcery/g-sorcery-9999.ebuild
+++ b/app-portage/g-sorcery/g-sorcery-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 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 git-2
+inherit distutils-r1 git-r3
DESCRIPTION="framework for ebuild generators"
HOMEPAGE="https://github.com/jauhien/g-sorcery"