Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueman/
Date: Thu, 29 Jun 2017 22:22:26
Message-Id: 1498774919.a2001dff9610d154c1455cd552ce64bb0c659182.mgorny@gentoo
1 commit: a2001dff9610d154c1455cd552ce64bb0c659182
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 29 16:21:31 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 29 22:21:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2001dff
7
8 net-wireless/blueman: Tested on python3.6
9
10 net-wireless/blueman/blueman-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild
14 index 96863034a0e..a60020fdb5d 100644
15 --- a/net-wireless/blueman/blueman-9999.ebuild
16 +++ b/net-wireless/blueman/blueman-9999.ebuild
17 @@ -3,7 +3,7 @@
18
19 EAPI="6"
20
21 -PYTHON_COMPAT=( python{3_4,3_5} )
22 +PYTHON_COMPAT=( python{3_4,3_5,3_6} )
23 inherit gnome2-utils linux-info python-single-r1 systemd
24
25 DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"