commit: 6d87c184b220ae3829cc692f0b86ec0f35ab35c5 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Tue May 9 21:28:58 2017 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Tue May 9 21:34:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d87c184
dev-libs/liborcus: Add python3.6 to PYTHON_COMPAT Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-libs/liborcus/liborcus-0.11.2.ebuild | 4 ++-- dev-libs/liborcus/liborcus-0.12.1.ebuild | 4 ++-- 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 81a48a0d79b..c5b9911b217 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 43431acaec4..ec18591fe69 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 4ddbbbcc1dd..4ec3f16e12a 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}
