diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-22 11:49:36 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-22 11:56:17 +0200 |
commit | d853b6f9558dff5f880fa2b7bbbabb13fd1d21fb (patch) | |
tree | 3496a26d517ebff33a5e69992b7aaebd49add64f /app-portage/tatt | |
parent | dev-python/ssl-fetch: Support newer python (diff) | |
download | gentoo-d853b6f9558dff5f880fa2b7bbbabb13fd1d21fb.tar.gz gentoo-d853b6f9558dff5f880fa2b7bbbabb13fd1d21fb.tar.bz2 gentoo-d853b6f9558dff5f880fa2b7bbbabb13fd1d21fb.zip |
app-portage/tatt: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-portage/tatt')
-rw-r--r-- | app-portage/tatt/tatt-0.4.ebuild | 2 | ||||
-rw-r--r-- | 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 f9f9609d7677..53f3d1331572 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 fc5bd860bf85..3e294af4e0f4 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 |