commit: d258320fbbabe56c22b9c35ece43ad11aeb4d474 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Wed Jul 21 21:13:07 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> 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 <marecki <AT> 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:= + <media-libs/openexr-3.0.0:0= ) tiff? ( media-libs/tiff:0 ) X? ( media-libs/libsdl )" RDEPEND="${DEPEND}"
