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: Mon, 01 Feb 2021 18:52:02
Message-Id: 1612205514.aeb4010677480f96377da0ad92c55b1eef143e02.mgorny@gentoo
1 commit: aeb4010677480f96377da0ad92c55b1eef143e02
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 18:15:38 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 18:51:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb40106
7
8 net-wireless/blueman: Allow py3.9
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-wireless/blueman/blueman-2.1.4.ebuild | 2 +-
13 net-wireless/blueman/blueman-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-wireless/blueman/blueman-2.1.4.ebuild b/net-wireless/blueman/blueman-2.1.4.ebuild
17 index 54bfcc09846..34209ec79cb 100644
18 --- a/net-wireless/blueman/blueman-2.1.4.ebuild
19 +++ b/net-wireless/blueman/blueman-2.1.4.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI="7"
23
24 -PYTHON_COMPAT=( python3_{7..8} )
25 +PYTHON_COMPAT=( python3_{7..9} )
26 inherit autotools gnome2-utils linux-info python-single-r1 systemd xdg-utils
27
28 DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
29
30 diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild
31 index c254607dd5a..0ab627a1c04 100644
32 --- a/net-wireless/blueman/blueman-9999.ebuild
33 +++ b/net-wireless/blueman/blueman-9999.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI="7"
37
38 -PYTHON_COMPAT=( python3_{7..8} )
39 +PYTHON_COMPAT=( python3_{7..9} )
40 inherit autotools gnome2-utils linux-info python-single-r1 systemd xdg-utils
41
42 DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"