diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-06-29 18:21:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-06-30 00:21:59 +0200 |
commit | a2001dff9610d154c1455cd552ce64bb0c659182 (patch) | |
tree | 4dcbcf60a153b8e5f9a1dea2aa1479453aa97189 /net-wireless | |
parent | media-sound/pragha: Make CD audio support optional (diff) | |
download | gentoo-a2001dff9610d154c1455cd552ce64bb0c659182.tar.gz gentoo-a2001dff9610d154c1455cd552ce64bb0c659182.tar.bz2 gentoo-a2001dff9610d154c1455cd552ce64bb0c659182.zip |
net-wireless/blueman: Tested on python3.6
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/blueman/blueman-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild index 96863034a0ee..a60020fdb5db 100644 --- a/net-wireless/blueman/blueman-9999.ebuild +++ b/net-wireless/blueman/blueman-9999.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit gnome2-utils linux-info python-single-r1 systemd DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager" |