From 7f0c213120af0f6d698929da4c2d16b4815a3f9e Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 17 Apr 2020 18:39:56 +0200 Subject: [PATCH] media-libs/graphene: python3_8 support Tests passed. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner --- media-libs/graphene/graphene-1.10.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.26.2