summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-04-22 11:44:34 +0200
committerPacho Ramos <pacho@gentoo.org>2017-04-22 11:56:12 +0200
commit8a5dcec0513e64566e4e6ad479b4082f0ff4f9e4 (patch)
treed7a0774e62c80dcf461cf425ea1125cbbf05e9bc
parentapp-portage/grs: Support newer python (diff)
downloadgentoo-8a5dcec0513e64566e4e6ad479b4082f0ff4f9e4.tar.gz
gentoo-8a5dcec0513e64566e4e6ad479b4082f0ff4f9e4.tar.bz2
gentoo-8a5dcec0513e64566e4e6ad479b4082f0ff4f9e4.zip
app-portage/flaggie: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--app-portage/flaggie/flaggie-0.2.1.ebuild4
-rw-r--r--app-portage/flaggie/flaggie-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/flaggie/flaggie-0.2.1.ebuild b/app-portage/flaggie/flaggie-0.2.1.ebuild
index fd7e2be9c01e..db5dbabc1d17 100644
--- a/app-portage/flaggie/flaggie-0.2.1.ebuild
+++ b/app-portage/flaggie/flaggie-0.2.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# 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} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit bash-completion-r1 distutils-r1
diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild
index 36b1dcc89280..60d5f61f5398 100644
--- a/app-portage/flaggie/flaggie-9999.ebuild
+++ b/app-portage/flaggie/flaggie-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
EGIT_REPO_URI="https://github.com/mgorny/flaggie.git"
inherit bash-completion-r1 distutils-r1 git-r3