Gentoo Archives: gentoo-commits

From: Patrick Lauer <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyphen/
Date: Wed, 29 Jun 2016 09:50:38
Message-Id: 1467193633.7adc34a5e6adb7981e5ffc616267aad3ae546ae6.patrick@gentoo
1 commit: 7adc34a5e6adb7981e5ffc616267aad3ae546ae6
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 09:47:13 2016 +0000
4 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 09:47:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7adc34a5
7
8 dev-python/pyphen: Add py3.5 support
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/pyphen/pyphen-0.9.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pyphen/pyphen-0.9.4.ebuild b/dev-python/pyphen/pyphen-0.9.4.ebuild
16 index acd50c0..d86c010 100644
17 --- a/dev-python/pyphen/pyphen-0.9.4.ebuild
18 +++ b/dev-python/pyphen/pyphen-0.9.4.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI="5"
26 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
27 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
28
29 inherit distutils-r1