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 3E280139345 for ; Wed, 21 Jul 2021 21:57:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 841BEE0AFF; Wed, 21 Jul 2021 21:57:58 +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 6B4C2E0AFF for ; Wed, 21 Jul 2021 21:57:58 +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 84EDD342C03 for ; Wed, 21 Jul 2021 21:57:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 004E9823 for ; Wed, 21 Jul 2021 21:57:55 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1626904657.b03922c254f6651f13d630601c9d8de8bfa03fdb.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/yafaray/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/yafaray/yafaray-3.5.1-r1.ebuild media-gfx/yafaray/yafaray-3.5.1.ebuild X-VCS-Directories: media-gfx/yafaray/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: b03922c254f6651f13d630601c9d8de8bfa03fdb X-VCS-Branch: master Date: Wed, 21 Jul 2021 21:57:55 +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: 307bb0a9-4571-40b9-8fa4-ef70f9bd3d5e X-Archives-Hash: 899d93909ddc4cce99db61ef280d805f commit: b03922c254f6651f13d630601c9d8de8bfa03fdb Author: Bernd Waibel posteo net> AuthorDate: Wed Jul 21 18:53:50 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Jul 21 21:57:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b03922c2 media-gfx/yafaray: add slot for openexr - restrict to posteo.net> Signed-off-by: Marek Szuba gentoo.org> ...{yafaray-3.5.1.ebuild => yafaray-3.5.1-r1.ebuild} | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/media-gfx/yafaray/yafaray-3.5.1.ebuild b/media-gfx/yafaray/yafaray-3.5.1-r1.ebuild similarity index 92% rename from media-gfx/yafaray/yafaray-3.5.1.ebuild rename to media-gfx/yafaray/yafaray-3.5.1-r1.ebuild index 2b65a4e8f72..2e4fb63fdf4 100644 --- a/media-gfx/yafaray/yafaray-3.5.1.ebuild +++ b/media-gfx/yafaray/yafaray-3.5.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) # doesn't build with ninja when qt5 and python USE flags are both enabled CMAKE_MAKEFILE_GENERATOR="emake" @@ -14,7 +14,6 @@ DESCRIPTION="A free open-source montecarlo raytracing engine" # Regular homepage is currently down. Upstream is working on this. HOMEPAGE="https://www.yafaray.org https://github.com/YafaRay/libYafaRay" SRC_URI="https://github.com/YafaRay/libYafaRay/archive/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/libYafaRay-${PV}" LICENSE="LGPL-2.1" @@ -23,9 +22,7 @@ KEYWORDS="~amd64 ~x86" IUSE="+fastmath +fasttrig jpeg opencv openexr png python qt5 tiff truetype" RESTRICT="test" -REQUIRED_USE=" - python? ( ${PYTHON_REQUIRED_USE} ) -" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" # Note: according to upstream, the blender plugin doesn't work with >=blender-2.8 (yet). RDEPEND=" @@ -33,7 +30,7 @@ RDEPEND=" sys-libs/zlib jpeg? ( virtual/jpeg ) opencv? ( media-libs/opencv:= ) - openexr? ( media-libs/openexr:= ) + openexr? (