diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 12:47:34 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 12:52:13 +0200 |
commit | b166ef03c1fc9f3140bee1ddbaf2ec4bc602ec05 (patch) | |
tree | 46d5245d3ab88ffc80ab64d7bd3246922a5e0444 /media-libs/sratom | |
parent | media-libs/lilv: Support newer python (diff) | |
download | gentoo-b166ef03c1fc9f3140bee1ddbaf2ec4bc602ec05.tar.gz gentoo-b166ef03c1fc9f3140bee1ddbaf2ec4bc602ec05.tar.bz2 gentoo-b166ef03c1fc9f3140bee1ddbaf2ec4bc602ec05.zip |
media-libs/sratom: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-libs/sratom')
-rw-r--r-- | media-libs/sratom/sratom-0.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/sratom/sratom-0.6.0.ebuild b/media-libs/sratom/sratom-0.6.0.ebuild index f453da05ec7d..8e9b3c7df608 100644 --- a/media-libs/sratom/sratom-0.6.0.ebuild +++ b/media-libs/sratom/sratom-0.6.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) PYTHON_REQ_USE='threads(+)' inherit python-any-r1 waf-utils |