diff options
author | 2024-08-29 12:10:52 -0400 | |
---|---|---|
committer | 2024-08-29 12:12:13 -0400 | |
commit | c5552fd1faac0ba4997cc0ed08fcc4d4930800fd (patch) | |
tree | 0cb1a48e6b95fbb249514e82c6b31cf68807c360 /media-libs | |
parent | dev-util/maxcso: add [zlib(+)] to libdeflate (diff) | |
download | gentoo-c5552fd1faac0ba4997cc0ed08fcc4d4930800fd.tar.gz gentoo-c5552fd1faac0ba4997cc0ed08fcc4d4930800fd.tar.bz2 gentoo-c5552fd1faac0ba4997cc0ed08fcc4d4930800fd.zip |
media-libs/openexr: add [zlib(+)] to libdeflate
Bug: https://bugs.gentoo.org/937883
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/openexr/openexr-3.2.3-r2.ebuild (renamed from media-libs/openexr/openexr-3.2.3-r1.ebuild) | 4 | ||||
-rw-r--r-- | media-libs/openexr/openexr-3.2.4-r2.ebuild (renamed from media-libs/openexr/openexr-3.2.4-r1.ebuild) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/openexr/openexr-3.2.3-r1.ebuild b/media-libs/openexr/openexr-3.2.3-r2.ebuild index 7b883cfee438..574d441feb13 100644 --- a/media-libs/openexr/openexr-3.2.3-r1.ebuild +++ b/media-libs/openexr/openexr-3.2.3-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI=" test? ( utils? ( https://github.com/AcademySoftwareFoundation/openexr-images/archive/refs/tags/v1.0.tar.gz - -> openexr-images-1.0.tar.gz + -> openexr-images-1.0.tar.gz ) ) " @@ -29,7 +29,7 @@ REQUIRED_USE="doc? ( utils )" RESTRICT="!test? ( test )" RDEPEND=" - app-arch/libdeflate:= + app-arch/libdeflate:=[zlib(+)] >=dev-libs/imath-3.1.6:= " DEPEND="${RDEPEND}" diff --git a/media-libs/openexr/openexr-3.2.4-r1.ebuild b/media-libs/openexr/openexr-3.2.4-r2.ebuild index 1207ed892873..8c58eef5d830 100644 --- a/media-libs/openexr/openexr-3.2.4-r1.ebuild +++ b/media-libs/openexr/openexr-3.2.4-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI=" test? ( utils? ( https://github.com/AcademySoftwareFoundation/openexr-images/archive/refs/tags/v1.0.tar.gz - -> openexr-images-1.0.tar.gz + -> openexr-images-1.0.tar.gz ) ) " @@ -29,7 +29,7 @@ REQUIRED_USE="doc? ( utils )" RESTRICT="!test? ( test )" RDEPEND=" - app-arch/libdeflate:= + app-arch/libdeflate:=[zlib(+)] >=dev-libs/imath-3.1.6:= " DEPEND="${RDEPEND}" |