projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71792de
)
dev-python/python-prctl: Remove Python 2 support
author
Michał Górny
<mgorny@gentoo.org>
Sat, 18 Jan 2020 18:27:55 +0000
(19:27 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 18 Jan 2020 18:47:49 +0000
(19:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-prctl/python-prctl-1.7.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/python-prctl/python-prctl-1.7.ebuild
b/dev-python/python-prctl/python-prctl-1.7.ebuild
index 3e4b4ada4b571f53cf0c836d7546f049436a098b..853ab34592b537f68dfa8250d1a26c049c6a14b7 100644
(file)
--- a/
dev-python/python-prctl/python-prctl-1.7.ebuild
+++ b/
dev-python/python-prctl/python-prctl-1.7.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python
2_7 python
3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1