projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f9ce99
)
x11-misc/dex: bump EAPI to 7
author
Sergey Popov
<pinkbyte@gentoo.org>
Wed, 11 Mar 2020 08:59:05 +0000
(11:59 +0300)
committer
Sergey Popov
<pinkbyte@gentoo.org>
Wed, 11 Mar 2020 08:59:33 +0000
(11:59 +0300)
Add compatibility with Python 3.7 and 3.8
Reported-by: David Seifert <soap@gentoo.org>
Closes: https://bugs.gentoo.org/702452
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
x11-misc/dex/dex-0.8.0.ebuild
patch
|
blob
|
history
diff --git
a/x11-misc/dex/dex-0.8.0.ebuild
b/x11-misc/dex/dex-0.8.0.ebuild
index 5a6949640992c29d86c3c95ced77097d94920e4d..16346ce8b2621f967aa53beca0570f690c9d620c 100644
(file)
--- a/
x11-misc/dex/dex-0.8.0.ebuild
+++ b/
x11-misc/dex/dex-0.8.0.ebuild
@@
-1,9
+1,9
@@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=
6
+EAPI=
7
-PYTHON_COMPAT=( python
3_6
)
+PYTHON_COMPAT=( python
{3_6,3_7,3_8}
)
inherit python-r1