diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-12 14:28:48 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-12 14:28:48 -0800 |
commit | 8962ddc0f3c3404cd822b40aab015272c6cdbfcc (patch) | |
tree | 39aa7ec904a787b7b0a7031393f9e3b146bc1aa9 /dev-python/lxml | |
parent | dev-python/regendoc: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-8962ddc0f3c3404cd822b40aab015272c6cdbfcc.tar.gz gentoo-8962ddc0f3c3404cd822b40aab015272c6cdbfcc.tar.bz2 gentoo-8962ddc0f3c3404cd822b40aab015272c6cdbfcc.zip |
dev-python/lxml: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/lxml')
-rw-r--r-- | dev-python/lxml/lxml-3.6.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/lxml/lxml-3.6.4-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/lxml/lxml-3.7.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/lxml/lxml-3.7.1.ebuild | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/lxml/lxml-3.6.0.ebuild b/dev-python/lxml/lxml-3.6.0.ebuild index d88b8b61c57c..bb8bd45e16b1 100644 --- a/dev-python/lxml/lxml-3.6.0.ebuild +++ b/dev-python/lxml/lxml-3.6.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 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} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 eutils flag-o-matic toolchain-funcs diff --git a/dev-python/lxml/lxml-3.6.4-r1.ebuild b/dev-python/lxml/lxml-3.6.4-r1.ebuild index 576a0af8e61e..ade13a2b4c59 100644 --- a/dev-python/lxml/lxml-3.6.4-r1.ebuild +++ b/dev-python/lxml/lxml-3.6.4-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 eutils flag-o-matic toolchain-funcs diff --git a/dev-python/lxml/lxml-3.7.0.ebuild b/dev-python/lxml/lxml-3.7.0.ebuild index 5e963ca05fc9..f7c5d6e8dce5 100644 --- a/dev-python/lxml/lxml-3.7.0.ebuild +++ b/dev-python/lxml/lxml-3.7.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 eutils flag-o-matic toolchain-funcs diff --git a/dev-python/lxml/lxml-3.7.1.ebuild b/dev-python/lxml/lxml-3.7.1.ebuild index 5e963ca05fc9..f7c5d6e8dce5 100644 --- a/dev-python/lxml/lxml-3.7.1.ebuild +++ b/dev-python/lxml/lxml-3.7.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 eutils flag-o-matic toolchain-funcs |