commit: d853b6f9558dff5f880fa2b7bbbabb13fd1d21fb Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Apr 22 09:49:36 2017 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Apr 22 09:56:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d853b6f9
app-portage/tatt: Support newer python Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-portage/tatt/tatt-0.4.ebuild | 2 +- app-portage/tatt/tatt-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/tatt/tatt-0.4.ebuild b/app-portage/tatt/tatt-0.4.ebuild index f9f9609d767..53f3d133157 100644 --- a/app-portage/tatt/tatt-0.4.ebuild +++ b/app-portage/tatt/tatt-0.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild index fc5bd860bf8..3e294af4e0f 100644 --- a/app-portage/tatt/tatt-9999.ebuild +++ b/app-portage/tatt/tatt-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 git-r3