Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/blocks/
Date: Mon, 29 May 2017 16:33:41
Message-Id: 1496075570.ed28729d40950bec913861a1396e5d32af9e8061.pacho@gentoo
1 commit: ed28729d40950bec913861a1396e5d32af9e8061
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 29 15:52:26 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Mon May 29 16:32:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed28729d
7
8 sys-block/blocks: Support newer python
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sys-block/blocks/blocks-0.1.4_pre131210-r1.ebuild | 4 ++--
13 sys-block/blocks/blocks-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-block/blocks/blocks-0.1.4_pre131210-r1.ebuild b/sys-block/blocks/blocks-0.1.4_pre131210-r1.ebuild
17 index 1f409616fc3..a54686995aa 100644
18 --- a/sys-block/blocks/blocks-0.1.4_pre131210-r1.ebuild
19 +++ b/sys-block/blocks/blocks-0.1.4_pre131210-r1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26
27 -PYTHON_COMPAT=( python3_4 )
28 +PYTHON_COMPAT=( python3_{4,5,6} )
29
30 inherit distutils-r1
31
32
33 diff --git a/sys-block/blocks/blocks-9999.ebuild b/sys-block/blocks/blocks-9999.ebuild
34 index 77ab495f2dc..0010d74c9f1 100644
35 --- a/sys-block/blocks/blocks-9999.ebuild
36 +++ b/sys-block/blocks/blocks-9999.ebuild
37 @@ -1,9 +1,9 @@
38 -# Copyright 1999-2015 Gentoo Foundation
39 +# Copyright 1999-2017 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=5
43
44 -PYTHON_COMPAT=( python3_4 )
45 +PYTHON_COMPAT=( python3_{4,5,6} )
46
47 inherit distutils-r1 git-r3