summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2020-03-11 11:59:05 +0300
committerSergey Popov <pinkbyte@gentoo.org>2020-03-11 11:59:33 +0300
commit9a219dfeff21edb37396fa3de6b0c9b57c81ba2f (patch)
tree02adac15a5f5e30bcd34a31376585896a6ae2866 /x11-misc/dex
parentx11-misc/dex: drop old version (diff)
downloadgentoo-9a219dfeff21edb37396fa3de6b0c9b57c81ba2f.tar.gz
gentoo-9a219dfeff21edb37396fa3de6b0c9b57c81ba2f.tar.bz2
gentoo-9a219dfeff21edb37396fa3de6b0c9b57c81ba2f.zip
x11-misc/dex: bump EAPI to 7
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>
Diffstat (limited to 'x11-misc/dex')
-rw-r--r--x11-misc/dex/dex-0.8.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/dex/dex-0.8.0.ebuild b/x11-misc/dex/dex-0.8.0.ebuild
index 5a6949640992..16346ce8b262 100644
--- 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=( python3_6 )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
inherit python-r1