From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F5101382C5 for ; Thu, 3 Dec 2020 07:32:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79062E089C; Thu, 3 Dec 2020 07:32:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2F7BE089C for ; Thu, 3 Dec 2020 07:32:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC9CD3412C6 for ; Thu, 3 Dec 2020 07:32:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35EA147A for ; Thu, 3 Dec 2020 07:32:23 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1606980733.aa9eb05ffee3dea702baf6d33d5525b6011eb5ce.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/blender/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/blender/blender-2.91.0.ebuild X-VCS-Directories: media-gfx/blender/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: aa9eb05ffee3dea702baf6d33d5525b6011eb5ce X-VCS-Branch: master Date: Thu, 3 Dec 2020 07:32:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 999411d0-f3bb-4bf3-8481-633488d4cb54 X-Archives-Hash: cf2fce6a1b0931cd77865502f41aa46b commit: aa9eb05ffee3dea702baf6d33d5525b6011eb5ce Author: Joonas Niilola gentoo org> AuthorDate: Thu Dec 3 07:27:33 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Dec 3 07:32:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9eb05f media-gfx/blender: add python-3.8 compatibility Signed-off-by: Joonas Niilola gentoo.org> media-gfx/blender/blender-2.91.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/blender/blender-2.91.0.ebuild b/media-gfx/blender/blender-2.91.0.ebuild index 3f433ab8fb4..795692867e1 100644 --- a/media-gfx/blender/blender-2.91.0.ebuild +++ b/media-gfx/blender/blender-2.91.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit check-reqs cmake flag-o-matic pax-utils python-single-r1 \ toolchain-funcs xdg-utils