projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c610b7a
)
app-emulation/glean: Remove Python 2 support
author
Michał Górny
<mgorny@gentoo.org>
Sun, 12 Jan 2020 10:35:16 +0000
(11:35 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 13 Jan 2020 09:41:19 +0000
(10:41 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-emulation/glean/glean-1.10.3.ebuild
patch
|
blob
|
history
diff --git
a/app-emulation/glean/glean-1.10.3.ebuild
b/app-emulation/glean/glean-1.10.3.ebuild
index 02386303f8699dcee1c1792c4e97dc096e89d84b..db1ffac942b3f7de59704b5125968632466bb58d 100644
(file)
--- a/
app-emulation/glean/glean-1.10.3.ebuild
+++ b/
app-emulation/glean/glean-1.10.3.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python
{2_7,3_6}
)
+PYTHON_COMPAT=( python
3_6
)
inherit distutils-r1