diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-30 13:45:24 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-30 13:45:24 +0100 |
commit | 0e0a1436e2b624a5b6035ed67b390285fe85b415 (patch) | |
tree | cf77fa925d3c11f6572504e7fd0fed8b74fb9546 /sys-block/seekwatcher | |
parent | sys-kernel/linux-headers: pass xmakeopts to src_test() (diff) | |
download | gentoo-0e0a1436e2b624a5b6035ed67b390285fe85b415.tar.gz gentoo-0e0a1436e2b624a5b6035ed67b390285fe85b415.tar.bz2 gentoo-0e0a1436e2b624a5b6035ed67b390285fe85b415.zip |
sys-block/seekwatcher: allow python-3.8
Closes: https://bugs.gentoo.org/718526
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-block/seekwatcher')
-rw-r--r-- | sys-block/seekwatcher/seekwatcher-0.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-block/seekwatcher/seekwatcher-0.13.ebuild b/sys-block/seekwatcher/seekwatcher-0.13.ebuild index 703af1b5aadd..25386d9e874f 100644 --- a/sys-block/seekwatcher/seekwatcher-0.13.ebuild +++ b/sys-block/seekwatcher/seekwatcher-0.13.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 |