projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b20b4d
)
dev-python/line_profiler: Support python3.6
author
Pacho Ramos
<pacho@gentoo.org>
Sun, 24 Jun 2018 14:58:30 +0000
(16:58 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Sun, 24 Jun 2018 15:23:38 +0000
(17:23 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/line_profiler/line_profiler-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/line_profiler/line_profiler-9999.ebuild
b/dev-python/line_profiler/line_profiler-9999.ebuild
index cbcda89a190520183c58eeba151f9ccb0b35bc3c..6db2d5c980f7b435c90446114eb40272cbc5bb7e 100644
(file)
--- a/
dev-python/line_profiler/line_profiler-9999.ebuild
+++ b/
dev-python/line_profiler/line_profiler-9999.ebuild
@@
-1,9
+1,9
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
8
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5
,6
} )
inherit distutils-r1 git-r3