summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-05-04 18:27:02 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-05-04 18:40:03 +0200
commit9547dfacc50c1f64093bf3149c84d1b773550bb7 (patch)
tree8bcd4064cd91a89127e2f47bd1b672523194b641 /dev-python/pyinotify
parentx11-libs/xpyb: Removed old. (diff)
downloadgentoo-9547dfacc50c1f64093bf3149c84d1b773550bb7.tar.gz
gentoo-9547dfacc50c1f64093bf3149c84d1b773550bb7.tar.bz2
gentoo-9547dfacc50c1f64093bf3149c84d1b773550bb7.zip
dev-python/pyinotify: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/pyinotify')
-rw-r--r--dev-python/pyinotify/pyinotify-0.9.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyinotify/pyinotify-0.9.6.ebuild b/dev-python/pyinotify/pyinotify-0.9.6.ebuild
index de77a729f36c..f6214b4b743c 100644
--- a/dev-python/pyinotify/pyinotify-0.9.6.ebuild
+++ b/dev-python/pyinotify/pyinotify-0.9.6.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,5}} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1