Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/dev/tamiko:master commit in: sys-fs/btrfs-heatmap/
Date: Thu, 30 Nov 2017 15:34:33
Message-Id: 1512056060.875805ce49b648519945f732f6de080fb61e93eb.tamiko@gentoo
1 commit: 875805ce49b648519945f732f6de080fb61e93eb
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 30 15:34:20 2017 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 30 15:34:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=875805ce
7
8 sys-fs/btrfs-heatmap: update python compatibility
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
16 index 1818094..79d9849 100644
17 --- a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
18 +++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python3_{4,5} )
24 +PYTHON_COMPAT=( python3_{4,5,6} )
25
26 inherit python-single-r1