Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygobject/
Date: Fri, 10 Mar 2017 10:10:54
Message-Id: 1489140643.a54c362fcdbbb5f34e413e3ee4ae5b8d19d5ac47.zmedico@gentoo
1 commit: a54c362fcdbbb5f34e413e3ee4ae5b8d19d5ac47
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 10 10:09:41 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 10 10:10:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a54c362f
7
8 dev-python/pygobject: Add python3_6 to PYTHON_COMPAT
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 dev-python/pygobject/pygobject-3.20.1.ebuild | 2 +-
13 dev-python/pygobject/pygobject-3.22.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pygobject/pygobject-3.20.1.ebuild b/dev-python/pygobject/pygobject-3.20.1.ebuild
17 index 4a06accce65..585be5fcb91 100644
18 --- a/dev-python/pygobject/pygobject-3.20.1.ebuild
19 +++ b/dev-python/pygobject/pygobject-3.20.1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23 GNOME2_LA_PUNT="yes"
24 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
25 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
26
27 inherit eutils gnome2 python-r1 virtualx
28
29
30 diff --git a/dev-python/pygobject/pygobject-3.22.0.ebuild b/dev-python/pygobject/pygobject-3.22.0.ebuild
31 index 70c6dfd46cf..a6b538b28f5 100644
32 --- a/dev-python/pygobject/pygobject-3.22.0.ebuild
33 +++ b/dev-python/pygobject/pygobject-3.22.0.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=6
37 GNOME2_LA_PUNT="yes"
38 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
39 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
40
41 inherit eutils gnome2 python-r1 virtualx