diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 12:41:10 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 12:52:11 +0200 |
commit | bbfec4b36489d2693034faa10e23a512151ac24b (patch) | |
tree | b962f32f1714c4b4ae79f686c95bd2d58523ee91 /media-libs/lilv | |
parent | gnome-extra/nemo: Support newer python (diff) | |
download | gentoo-bbfec4b36489d2693034faa10e23a512151ac24b.tar.gz gentoo-bbfec4b36489d2693034faa10e23a512151ac24b.tar.bz2 gentoo-bbfec4b36489d2693034faa10e23a512151ac24b.zip |
media-libs/lilv: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-libs/lilv')
-rw-r--r-- | media-libs/lilv/lilv-0.24.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/lilv/lilv-0.24.2.ebuild b/media-libs/lilv/lilv-0.24.2.ebuild index 71e147309b85..ae0aac0e0a9f 100644 --- a/media-libs/lilv/lilv-0.24.2.ebuild +++ b/media-libs/lilv/lilv-0.24.2.ebuild @@ -3,7 +3,7 @@ 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 base python-any-r1 waf-utils bash-completion-r1 |