projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cda3b8f
)
dev-python/async_timeout: PYTHON_COMPAT: add python3_6
author
Zac Medico
<zmedico@gentoo.org>
Mon, 13 Feb 2017 09:26:34 +0000
(
01:26
-0800)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 13 Feb 2017 09:26:34 +0000
(
01:26
-0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/async_timeout/async_timeout-1.1.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/async_timeout/async_timeout-1.1.0.ebuild
b/dev-python/async_timeout/async_timeout-1.1.0.ebuild
index 11ec0a46bd3de16039d5668a15e14e3f160bd6ec..f256f8eff0cd934bd4d3117e5c8b3199ba8111e9 100644
(file)
--- a/
dev-python/async_timeout/async_timeout-1.1.0.ebuild
+++ b/
dev-python/async_timeout/async_timeout-1.1.0.ebuild
@@
-1,9
+1,9
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
7
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=6
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5
,6
} )
inherit distutils-r1