diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:12:07 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:42:37 +0200 |
commit | 9531e103bf212336494b6aeb7ae4a5adec81194c (patch) | |
tree | c2b03589ad60533836e6a6e7726820816f199d09 | |
parent | gnome-extra/zeitgeist-explorer: gnome-extra/zeitgeist doesn't have python3 su... (diff) | |
download | gentoo-9531e103bf212336494b6aeb7ae4a5adec81194c.tar.gz gentoo-9531e103bf212336494b6aeb7ae4a5adec81194c.tar.bz2 gentoo-9531e103bf212336494b6aeb7ae4a5adec81194c.zip |
media-libs/lv2: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r-- | media-libs/lv2/lv2-1.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/lv2/lv2-1.14.0.ebuild b/media-libs/lv2/lv2-1.14.0.ebuild index ff7c9f637f09..a3c3d0d5e895 100644 --- a/media-libs/lv2/lv2-1.14.0.ebuild +++ b/media-libs/lv2/lv2-1.14.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) PYTHON_REQ_USE='threads(+)' inherit python-single-r1 waf-utils multilib |