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 7FEA71382C5 for ; Wed, 16 Jun 2021 14:03:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BA13E0855; Wed, 16 Jun 2021 14:02:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 82E32E0855 for ; Wed, 16 Jun 2021 14:02:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 10EA1340E0C for ; Wed, 16 Jun 2021 14:02:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50E6A7A4 for ; Wed, 16 Jun 2021 14:02:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1623851910.a1276d40cc56884b813e34ae2a4b3d8c74005c8d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/freecad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/freecad/freecad-9999.ebuild X-VCS-Directories: media-gfx/freecad/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a1276d40cc56884b813e34ae2a4b3d8c74005c8d X-VCS-Branch: master Date: Wed, 16 Jun 2021 14:02:56 +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: 980b1d1c-b20b-48c4-83bc-0a49e8bde2aa X-Archives-Hash: 2cb87b0de15ef54c0dc5b4a8c4ac9435 commit: a1276d40cc56884b813e34ae2a4b3d8c74005c8d Author: Bernd Waibel posteo net> AuthorDate: Wed Jun 16 13:28:28 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 16 13:58:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1276d40 media-gfx/freecad: add py39 support to live ebuild Also restrict dependency on sci-libs/opencascade. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Bernd Waibel posteo.net> Closes: https://github.com/gentoo/gentoo/pull/21266 Signed-off-by: Sam James gentoo.org> media-gfx/freecad/freecad-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-gfx/freecad/freecad-9999.ebuild b/media-gfx/freecad/freecad-9999.ebuild index 490b29d0793..3f5de2fa3a1 100644 --- a/media-gfx/freecad/freecad-9999.ebuild +++ b/media-gfx/freecad/freecad-9999.ebuild @@ -3,8 +3,7 @@ EAPI=7 -# vtk needs updating to use 3.9 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit check-reqs cmake desktop eapi8-dosym optfeature python-single-r1 xdg @@ -69,7 +68,7 @@ RDEPEND=" sci-libs/flann[openmp] sci-libs/hdf5:=[fortran,zlib] >=sci-libs/med-4.0.0-r1[python,${PYTHON_SINGLE_USEDEP}] - sci-libs/opencascade:=[vtk(+)] +