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 20C27139345 for ; Wed, 21 Jul 2021 21:58:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4539BE0B09; Wed, 21 Jul 2021 21:57:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 2E161E0B09 for ; Wed, 21 Jul 2021 21:57: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 AD65F342C0B 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 3801C842 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: <1626904660.d258320fbbabe56c22b9c35ece43ad11aeb4d474.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/povray/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/povray/povray-3.7.0.0-r1.ebuild X-VCS-Directories: media-gfx/povray/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: d258320fbbabe56c22b9c35ece43ad11aeb4d474 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: 93c320d5-53db-4c45-bcfb-ac86666da75b X-Archives-Hash: 583a00abbe93b18a9dfd9e4db4a67380 commit: d258320fbbabe56c22b9c35ece43ad11aeb4d474 Author: Marek Szuba gentoo org> AuthorDate: Wed Jul 21 21:13:07 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Jul 21 21:57:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d258320f media-gfx/povray: add slot operator for openexr The PR originally added a new revision for this which additionally bumped EAPI to 7 and addressed some other issues, however there are some peculiarities in the original which ended up propagated to the new revision and about which I am not quite sure - and in any case the -r1 has to be pointed to :0 as well lest CI complain. Signed-off-by: Marek Szuba gentoo.org> media-gfx/povray/povray-3.7.0.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/povray/povray-3.7.0.0-r1.ebuild b/media-gfx/povray/povray-3.7.0.0-r1.ebuild index 0808cab1667..1813ae95f85 100644 --- a/media-gfx/povray/povray-3.7.0.0-r1.ebuild +++ b/media-gfx/povray/povray-3.7.0.0-r1.ebuild @@ -15,7 +15,7 @@ else fi DESCRIPTION="The Persistence of Vision Raytracer" -HOMEPAGE="http://www.povray.org/" +HOMEPAGE="https://www.povray.org/" SRC_URI="https://github.com/POV-Ray/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz https://dev.gentoo.org/~soap/distfiles/${P}_p20160914-fix-c++14.patch.bz2" @@ -30,8 +30,8 @@ DEPEND=" sys-libs/zlib virtual/jpeg:0 openexr? ( - media-libs/ilmbase - media-libs/openexr ) + media-libs/ilmbase:= +