diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-05-09 14:28:58 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-05-09 14:34:10 -0700 |
commit | 6d87c184b220ae3829cc692f0b86ec0f35ab35c5 (patch) | |
tree | 5e75a5571c72076fbd0bb1c11f09a7d06ba43424 | |
parent | dev-python/more-itertools: bump to 3.0.0, add py3.6, pypy, pypy3 (diff) | |
download | gentoo-6d87c184b220ae3829cc692f0b86ec0f35ab35c5.tar.gz gentoo-6d87c184b220ae3829cc692f0b86ec0f35ab35c5.tar.bz2 gentoo-6d87c184b220ae3829cc692f0b86ec0f35ab35c5.zip |
dev-libs/liborcus: Add python3.6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r-- | dev-libs/liborcus/liborcus-0.11.2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/liborcus/liborcus-0.12.1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/liborcus/liborcus-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/liborcus/liborcus-0.11.2.ebuild b/dev-libs/liborcus/liborcus-0.11.2.ebuild index 81a48a0d79ba..c5b9911b2175 100644 --- a/dev-libs/liborcus/liborcus-0.11.2.ebuild +++ b/dev-libs/liborcus/liborcus-0.11.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 EGIT_REPO_URI="https://gitlab.com/orcus/orcus.git" -PYTHON_COMPAT=( python{3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) [[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools" inherit python-single-r1 ${GITECLASS} diff --git a/dev-libs/liborcus/liborcus-0.12.1.ebuild b/dev-libs/liborcus/liborcus-0.12.1.ebuild index 43431acaec45..ec18591fe697 100644 --- a/dev-libs/liborcus/liborcus-0.12.1.ebuild +++ b/dev-libs/liborcus/liborcus-0.12.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 EGIT_REPO_URI="https://gitlab.com/orcus/orcus.git" -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) [[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools" inherit python-single-r1 ${GITECLASS} diff --git a/dev-libs/liborcus/liborcus-9999.ebuild b/dev-libs/liborcus/liborcus-9999.ebuild index 4ddbbbcc1dde..4ec3f16e12af 100644 --- a/dev-libs/liborcus/liborcus-9999.ebuild +++ b/dev-libs/liborcus/liborcus-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 EGIT_REPO_URI="https://gitlab.com/orcus/orcus.git" -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) [[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools" inherit python-single-r1 ${GITECLASS} |