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:25
Message-Id: 1498774918.f29c4c06bf955a7f3c7e4d6467e47d06d16cc58e.mgorny@gentoo
1 commit: f29c4c06bf955a7f3c7e4d6467e47d06d16cc58e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 29 15:44:21 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 29 22:21:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29c4c06
7
8 net-wireless/blueman: Upstream dropped support for Python 2
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 904ca9337b0..96863034a0e 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{2_7,3_4,3_5} )
22 +PYTHON_COMPAT=( python{3_4,3_5} )
23 inherit gnome2-utils linux-info python-single-r1 systemd
24
25 DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"