Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/
Date: Sun, 12 Feb 2017 22:56:36
Message-Id: 1486940186.2b1dd2d7e3f6e113da2ae8f0ac05395e1455aeb7.zmedico@gentoo
1 commit: 2b1dd2d7e3f6e113da2ae8f0ac05395e1455aeb7
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 22:54:04 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 22:56:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1dd2d7
7
8 app-portage/repoman: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-portage/repoman/repoman-2.3.0-r1.ebuild | 4 ++--
13 app-portage/repoman/repoman-2.3.0-r2.ebuild | 4 ++--
14 app-portage/repoman/repoman-2.3.1.ebuild | 2 +-
15 app-portage/repoman/repoman-9999.ebuild | 4 ++--
16 4 files changed, 7 insertions(+), 7 deletions(-)
17
18 diff --git a/app-portage/repoman/repoman-2.3.0-r1.ebuild b/app-portage/repoman/repoman-2.3.0-r1.ebuild
19 index f3c1d217a3..65ded40f7c 100644
20 --- a/app-portage/repoman/repoman-2.3.0-r1.ebuild
21 +++ b/app-portage/repoman/repoman-2.3.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -6,7 +6,7 @@ EAPI=5
29
30 PYTHON_COMPAT=(
31 pypy
32 - python3_3 python3_4 python3_5
33 + python3_3 python3_4 python3_5 python3_6
34 python2_7
35 )
36 PYTHON_REQ_USE='bzip2(+)'
37
38 diff --git a/app-portage/repoman/repoman-2.3.0-r2.ebuild b/app-portage/repoman/repoman-2.3.0-r2.ebuild
39 index aa0f82ac85..aef2b68098 100644
40 --- a/app-portage/repoman/repoman-2.3.0-r2.ebuild
41 +++ b/app-portage/repoman/repoman-2.3.0-r2.ebuild
42 @@ -1,10 +1,10 @@
43 -# Copyright 1999-2016 Gentoo Foundation
44 +# Copyright 1999-2017 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Id$
47
48 EAPI=6
49
50 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
51 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
52 PYTHON_REQ_USE='bzip2(+)'
53
54 inherit distutils-r1
55
56 diff --git a/app-portage/repoman/repoman-2.3.1.ebuild b/app-portage/repoman/repoman-2.3.1.ebuild
57 index 1aca37487b..0415b6f1d7 100644
58 --- a/app-portage/repoman/repoman-2.3.1.ebuild
59 +++ b/app-portage/repoman/repoman-2.3.1.ebuild
60 @@ -4,7 +4,7 @@
61
62 EAPI=6
63
64 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
65 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
66 PYTHON_REQ_USE='bzip2(+)'
67
68 inherit distutils-r1
69
70 diff --git a/app-portage/repoman/repoman-9999.ebuild b/app-portage/repoman/repoman-9999.ebuild
71 index 0bc133884b..f233046119 100644
72 --- a/app-portage/repoman/repoman-9999.ebuild
73 +++ b/app-portage/repoman/repoman-9999.ebuild
74 @@ -1,10 +1,10 @@
75 -# Copyright 1999-2016 Gentoo Foundation
76 +# Copyright 1999-2017 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Id$
79
80 EAPI=6
81
82 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
83 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
84 PYTHON_REQ_USE='bzip2(+)'
85
86 inherit distutils-r1