projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e1eb98
)
dev-python/linecache2: PYTHON_COMPAT: add python3_6
author
Zac Medico
<zmedico@gentoo.org>
Sat, 11 Feb 2017 21:58:41 +0000
(13:58 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 12 Feb 2017 22:18:41 +0000
(14:18 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/linecache2/linecache2-1.0.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/linecache2/linecache2-1.0.0.ebuild
b/dev-python/linecache2/linecache2-1.0.0.ebuild
index b7264222839641245c6534cef43cdde72516f371..987eaab85adcc634c393cebf9b817f96d67818aa 100644
(file)
--- a/
dev-python/linecache2/linecache2-1.0.0.ebuild
+++ b/
dev-python/linecache2/linecache2-1.0.0.ebuild
@@
-1,10
+1,10
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
7
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5
,6
} pypy pypy3 )
inherit distutils-r1