Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/manuel/
Date: Wed, 24 Feb 2016 09:23:30
Message-Id: 1456305795.fb1e46b65da832f01ea46718657bdfdae93b250c.jlec@gentoo
1 commit: fb1e46b65da832f01ea46718657bdfdae93b250c
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 24 09:07:59 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 24 09:23:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1e46b6
7
8 dev-python/manuel: Add python3.5 support
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/manuel/manuel-1.8.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/manuel/manuel-1.8.0.ebuild b/dev-python/manuel/manuel-1.8.0.ebuild
17 index 23938d0..497c62b 100644
18 --- a/dev-python/manuel/manuel-1.8.0.ebuild
19 +++ b/dev-python/manuel/manuel-1.8.0.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 EAPI=5
27
28 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
29 +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy )
30
31 inherit distutils-r1