diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-06-29 17:44:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-06-30 00:21:58 +0200 |
commit | f29c4c06bf955a7f3c7e4d6467e47d06d16cc58e (patch) | |
tree | b75b50a779156f630967d3f791f800d9aa8f1677 /net-wireless | |
parent | app-arch/xarchiver: Bump to 0.5.4.10 (diff) | |
download | gentoo-f29c4c06bf955a7f3c7e4d6467e47d06d16cc58e.tar.gz gentoo-f29c4c06bf955a7f3c7e4d6467e47d06d16cc58e.tar.bz2 gentoo-f29c4c06bf955a7f3c7e4d6467e47d06d16cc58e.zip |
net-wireless/blueman: Upstream dropped support for Python 2
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 904ca9337b02..96863034a0ee 100644 --- a/net-wireless/blueman/blueman-9999.ebuild +++ b/net-wireless/blueman/blueman-9999.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5} ) inherit gnome2-utils linux-info python-single-r1 systemd DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager" |