summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-04-17 18:39:56 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-04-17 20:54:57 +0200
commit7f0c213120af0f6d698929da4c2d16b4815a3f9e (patch)
tree44ddd5ba59d3a4354e3e1c6fae2faed3a8b10928 /media-libs/graphene
parentnet-libs/telepathy-glib: python3_8 support (diff)
downloadgentoo-7f0c213120af0f6d698929da4c2d16b4815a3f9e.tar.gz
gentoo-7f0c213120af0f6d698929da4c2d16b4815a3f9e.tar.bz2
gentoo-7f0c213120af0f6d698929da4c2d16b4815a3f9e.zip
media-libs/graphene: python3_8 support
Tests passed. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/graphene')
-rw-r--r--media-libs/graphene/graphene-1.10.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/graphene/graphene-1.10.0.ebuild b/media-libs/graphene/graphene-1.10.0.ebuild
index a780160a97cb..e0d3b4f6ea8d 100644
--- a/media-libs/graphene/graphene-1.10.0.ebuild
+++ b/media-libs/graphene/graphene-1.10.0.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit xdg-utils meson multilib-minimal python-any-r1
DESCRIPTION="A thin layer of types for graphic libraries"