summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-07-21 22:13:07 +0100
committerMarek Szuba <marecki@gentoo.org>2021-07-21 22:57:40 +0100
commitd258320fbbabe56c22b9c35ece43ad11aeb4d474 (patch)
tree51aa4d5d63035552f9d3b57597af8028ee4015df /media-gfx/povray
parentkde-apps/kio-extras: add support for openexr-3 (diff)
downloadgentoo-d258320fbbabe56c22b9c35ece43ad11aeb4d474.tar.gz
gentoo-d258320fbbabe56c22b9c35ece43ad11aeb4d474.tar.bz2
gentoo-d258320fbbabe56c22b9c35ece43ad11aeb4d474.zip
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 <marecki@gentoo.org>
Diffstat (limited to 'media-gfx/povray')
-rw-r--r--media-gfx/povray/povray-3.7.0.0-r1.ebuild6
1 files 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 0808cab1667c..1813ae95f858 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:=
+ <media-libs/openexr-3.0.0:0= )
tiff? ( media-libs/tiff:0 )
X? ( media-libs/libsdl )"
RDEPEND="${DEPEND}"