Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/qtconsole/
Date: Tue, 03 Jan 2017 10:31:03
Message-Id: 1483438991.18892e66396e3c543c977ebace625e73b773b18c.marbre@gentoo
1 commit: 18892e66396e3c543c977ebace625e73b773b18c
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Jan 3 10:23:11 2017 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Tue Jan 3 10:23:11 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=18892e66
7
8 dev-python/qtconsole: Drop python3_3
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/qtconsole/qtconsole-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/qtconsole/qtconsole-9999.ebuild b/dev-python/qtconsole/qtconsole-9999.ebuild
16 index 96b48a6..eadc1ef 100644
17 --- a/dev-python/qtconsole/qtconsole-9999.ebuild
18 +++ b/dev-python/qtconsole/qtconsole-9999.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=6
26
27 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
28 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
29 PYTHON_REQ_USE="threads(+)"
30
31 inherit distutils-r1 git-r3