projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9f7078
)
www-apps/nikola: Support newer python
author
Pacho Ramos
<pacho@gentoo.org>
Wed, 12 Jul 2017 11:59:27 +0000
(13:59 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Wed, 12 Jul 2017 14:42:18 +0000
(16:42 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2
www-apps/nikola/nikola-7.8.8.ebuild
patch
|
blob
|
history
diff --git
a/www-apps/nikola/nikola-7.8.8.ebuild
b/www-apps/nikola/nikola-7.8.8.ebuild
index b5dd7d5192621d7ed53f4dd1177611a2992d2be8..294bf90d957d2d70702be488445e6faa0df9f74f 100644
(file)
--- a/
www-apps/nikola/nikola-7.8.8.ebuild
+++ b/
www-apps/nikola/nikola-7.8.8.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4
} ) # 3.5 and 3.6 wait for dependencie
s
+PYTHON_COMPAT=( python{2_7,3_4
,3_5} ) # 3.6 waiting for dep
s
inherit distutils-r1