From d853b6f9558dff5f880fa2b7bbbabb13fd1d21fb Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sat, 22 Apr 2017 11:49:36 +0200 Subject: [PATCH] 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 f9f9609d7677a..53f3d1331572f 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 fc5bd860bf856..3e294af4e0f48 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