diff options
author | 2017-02-09 19:39:25 -0800 | |
---|---|---|
committer | 2017-02-12 14:17:58 -0800 | |
commit | 01f308bafa202e105eb04f8968fe5f571afda2cd (patch) | |
tree | a67d713521af6f00ea1386f5194c991098320760 /dev-python/lockfile | |
parent | dev-python/html5lib: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-01f308bafa202e105eb04f8968fe5f571afda2cd.tar.gz gentoo-01f308bafa202e105eb04f8968fe5f571afda2cd.tar.bz2 gentoo-01f308bafa202e105eb04f8968fe5f571afda2cd.zip |
dev-python/lockfile: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/lockfile')
-rw-r--r-- | dev-python/lockfile/lockfile-0.11.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/lockfile/lockfile-0.12.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild index 9b975dacd290..731d6f4ea93c 100644 --- a/dev-python/lockfile/lockfile-0.11.0-r1.ebuild +++ b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/lockfile/lockfile-0.12.2.ebuild b/dev-python/lockfile/lockfile-0.12.2.ebuild index 1a3bf36ea015..0ba2b7b11c13 100644 --- a/dev-python/lockfile/lockfile-0.12.2.ebuild +++ b/dev-python/lockfile/lockfile-0.12.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |