sys-apps/edid-fixdim: Tested on python3.8

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-12-08 12:16:26 +01:00
parent 15f23bbe71
commit 0aa84d050e

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_5 python3_6 python3_7 )
PYTHON_COMPAT=( python3_{5,6,7,8} )
inherit python-single-r1
DESCRIPTION="Tool to fix screen dimensions in EDID data dumps"