diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 12:50:28 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 12:52:17 +0200 |
commit | 0de0d4387b220accd962007ba2d794ed1d0951e8 (patch) | |
tree | 877eacbb0216bbe05dbac9bb5b41700a83efc0e6 /media-plugins/mda-lv2 | |
parent | media-libs/suil: Support newer python (diff) | |
download | gentoo-0de0d4387b220accd962007ba2d794ed1d0951e8.tar.gz gentoo-0de0d4387b220accd962007ba2d794ed1d0951e8.tar.bz2 gentoo-0de0d4387b220accd962007ba2d794ed1d0951e8.zip |
media-plugins/mda-lv2: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-plugins/mda-lv2')
-rw-r--r-- | media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild b/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild index 1c0dfd40b0f3..2bf84207a521 100644 --- a/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild +++ b/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 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 |