projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6731b5a
)
dev-python/dnslib: Support python3.6
author
Pacho Ramos
<pacho@gentoo.org>
Wed, 27 Jun 2018 20:53:30 +0000
(22:53 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Wed, 27 Jun 2018 20:53:30 +0000
(22:53 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9
dev-python/dnslib/dnslib-0.9.6.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/dnslib/dnslib-0.9.6.ebuild
b/dev-python/dnslib/dnslib-0.9.6.ebuild
index 6fba07abeec6575809a34d26627d4bbf4f54340d..0849b244f975002eceacab0174f2b75b5c64b9b3 100644
(file)
--- a/
dev-python/dnslib/dnslib-0.9.6.ebuild
+++ b/
dev-python/dnslib/dnslib-0.9.6.ebuild
@@
-1,9
+1,9
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
8
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5
,6
} pypy pypy3 )
inherit distutils-r1