projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
385f248
)
dev-vcs/hg-evolve: Add support for Python 3.6
author
Cédric Krier
<cedk@gentoo.org>
Sat, 25 Jan 2020 22:00:08 +0000
(23:00 +0100)
committer
Cédric Krier
<cedk@gentoo.org>
Sat, 25 Jan 2020 22:01:00 +0000
(23:01 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Cédric Krier <cedk@gentoo.org>
dev-vcs/hg-evolve/hg-evolve-9.2.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-vcs/hg-evolve/hg-evolve-9.2.1.ebuild
b/dev-vcs/hg-evolve/hg-evolve-9.2.1.ebuild
index 4f1db8db068d5146e6672a1f64193f6026c7a467..7c697729d1a6d445b21a5688e4dcdc26118c6364 100644
(file)
--- a/
dev-vcs/hg-evolve/hg-evolve-9.2.1.ebuild
+++ b/
dev-vcs/hg-evolve/hg-evolve-9.2.1.ebuild
@@
-1,8
+1,8
@@
-# Copyright 1999-20
19
Gentoo Authors
+# Copyright 1999-20
20
Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7
python3_6
)
inherit distutils-r1