diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-12-10 11:22:35 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-12-10 11:22:35 +0100 |
commit | 81294c320c7e5cf732d2a1b995396b3d0ad31f8e (patch) | |
tree | f4201d9a6e56c1254966676e6a401a781f5b452e | |
parent | sci-biology/bedtools: Add support for newer python (diff) | |
download | gentoo-81294c320c7e5cf732d2a1b995396b3d0ad31f8e.tar.gz gentoo-81294c320c7e5cf732d2a1b995396b3d0ad31f8e.tar.bz2 gentoo-81294c320c7e5cf732d2a1b995396b3d0ad31f8e.zip |
xfce-extra/xfce4-alsa-plugin: Add support for newer python
Package-Manager: Portage-2.3.16, Repoman-2.3.6
-rw-r--r-- | xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild index f39c233f4951..c2984a79c358 100644 --- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild +++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.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=6 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) PYTHON_REQ_USE='threads(+)' # required by waf inherit python-any-r1 vala waf-utils |