From: Andreas Sturmlechner Date: Fri, 17 Apr 2020 16:39:56 +0000 (+0200) Subject: media-libs/graphene: python3_8 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7f0c213120af0f6d698929da4c2d16b4815a3f9e;p=gentoo.git media-libs/graphene: python3_8 support Tests passed. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner --- 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"