projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9be8d5
)
dev-python/PyDbLite: Support python3.6
author
Pacho Ramos
<pacho@gentoo.org>
Wed, 27 Jun 2018 20:00:58 +0000
(22:00 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Wed, 27 Jun 2018 20:32:27 +0000
(22:32 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9
dev-python/PyDbLite/PyDbLite-3.0.4.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild
b/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild
index 66b291f01bf5417a4df6faeecc40f866eacc819c..3891dfb4e40681e12a588fca55105304cb3418a6 100644
(file)
--- a/
dev-python/PyDbLite/PyDbLite-3.0.4.ebuild
+++ b/
dev-python/PyDbLite/PyDbLite-3.0.4.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} pypy pypy3)
+PYTHON_COMPAT=( python2_7 python3_{4,5
,6
} pypy pypy3)
inherit distutils-r1