projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de39192
)
sys-block/seekwatcher: Remove py2 from 0.13
author
Michał Górny
<mgorny@gentoo.org>
Tue, 28 Jan 2020 20:25:15 +0000
(21:25 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 28 Jan 2020 20:40:30 +0000
(21:40 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-block/seekwatcher/seekwatcher-0.13.ebuild
patch
|
blob
|
history
diff --git
a/sys-block/seekwatcher/seekwatcher-0.13.ebuild
b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
index 8b69e1eacdb8aa55107538f9dcb2e7e81306854b..9fb2f9625e506d7560b538922559622592da6e53 100644
(file)
--- a/
sys-block/seekwatcher/seekwatcher-0.13.ebuild
+++ b/
sys-block/seekwatcher/seekwatcher-0.13.ebuild
@@
-4,7
+4,7
@@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python
{2_7,3_6}
)
+PYTHON_COMPAT=( python
3_6
)
inherit distutils-r1