Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/curtsies/
Date: Tue, 28 Feb 2017 13:19:40
Message-Id: 1488287931.d71405e01d262516e622ddd6fe751a5b07e47382.grozin@gentoo
1 commit: d71405e01d262516e622ddd6fe751a5b07e47382
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 13:18:15 2017 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 13:18:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71405e0
7
8 dev-python/curtsies: python3_6 added
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/curtsies/curtsies-0.2.11.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/curtsies/curtsies-0.2.11.ebuild b/dev-python/curtsies/curtsies-0.2.11.ebuild
16 index f9866fb586..baa293dc1b 100644
17 --- a/dev-python/curtsies/curtsies-0.2.11.ebuild
18 +++ b/dev-python/curtsies/curtsies-0.2.11.ebuild
19 @@ -1,10 +1,10 @@
20 # Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23 +# $Id: f9866fb5869436802aed11c6e43115f86155875c $
24
25 EAPI=5
26
27 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
28 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
29
30 inherit distutils-r1