projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afc8665
)
dev-python/pycares: PYTHON_COMPAT: add python3_6
author
Zac Medico
<zmedico@gentoo.org>
Mon, 13 Feb 2017 08:21:37 +0000
(
00:21
-0800)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 13 Feb 2017 08:21:37 +0000
(
00:21
-0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/pycares/pycares-2.1.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pycares/pycares-2.1.1.ebuild
b/dev-python/pycares/pycares-2.1.1.ebuild
index 5cc5d522a0153e1de6d82083e05522347b6956a4..6152af30a533f83374d5f084965f88c399ac1856 100644
(file)
--- a/
dev-python/pycares/pycares-2.1.1.ebuild
+++ b/
dev-python/pycares/pycares-2.1.1.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=( python
{2_7,3_{4,5}
} )
+PYTHON_COMPAT=( python
2_7 python3_{4,5,6
} )
inherit distutils-r1