dev-util/afdko: enable py3.9

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-06-19 22:16:18 +02:00
parent ed8ca21bb9
commit 7353e518a4
2 changed files with 7 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_8 )
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1

View File

@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer needed -->
<!-- maintainer-needed -->
<upstream>
<bugs-to>https://github.com/adobe-type-tools/afdko/issues</bugs-to>
<remote-id type="github">adobe-type-tools/afdko</remote-id>
<remote-id type="pypi">afdko</remote-id>
</upstream>
</pkgmetadata>