sys-fs/squashfs-tools-ng: Drop removed --with-gzip
authorMatt Turner <mattst88@gentoo.org>
Sat, 24 Aug 2019 16:25:29 +0000 (09:25 -0700)
committerMatt Turner <mattst88@gentoo.org>
Sat, 24 Aug 2019 16:27:39 +0000 (09:27 -0700)
zlib is required as of upstream commit 50385e06ec20 ("Replace
update_crc32 helper function with crc32 from zlib").

Closes: https://bugs.gentoo.org/692808
Signed-off-by: Matt Turner <mattst88@gentoo.org>
sys-fs/squashfs-tools-ng/squashfs-tools-ng-0.6.ebuild
sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild

index fc732972175d98a5cb03059190b99456fa42c783..b77878296fdf7cd75df327add38d40ebaf898d4c 100644 (file)
@@ -15,15 +15,14 @@ fi
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE="lz4 lzo selinux +xz +zlib zstd"
-REQUIRED_USE="|| ( lz4 lzo xz zlib zstd )"
+IUSE="lz4 lzo selinux +xz zstd"
 
 DEPEND="
+       sys-libs/zlib:=
        lz4?     ( app-arch/lz4:= )
        lzo?     ( dev-libs/lzo:= )
        xz?      ( app-arch/xz-utils:= )
        selinux? ( sys-libs/libselinux:= )
-       zlib?    ( sys-libs/zlib:= )
        zstd?    ( app-arch/zstd:= )
 "
 RDEPEND="${DEPEND}"
@@ -39,7 +38,6 @@ src_configure() {
                $(use_with lzo)
                $(use_with selinux)
                $(use_with xz)
-               $(use_with zlib gzip)
                $(use_with zstd)
        )
        econf "${myconf[@]}"
index fc732972175d98a5cb03059190b99456fa42c783..b77878296fdf7cd75df327add38d40ebaf898d4c 100644 (file)
@@ -15,15 +15,14 @@ fi
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE="lz4 lzo selinux +xz +zlib zstd"
-REQUIRED_USE="|| ( lz4 lzo xz zlib zstd )"
+IUSE="lz4 lzo selinux +xz zstd"
 
 DEPEND="
+       sys-libs/zlib:=
        lz4?     ( app-arch/lz4:= )
        lzo?     ( dev-libs/lzo:= )
        xz?      ( app-arch/xz-utils:= )
        selinux? ( sys-libs/libselinux:= )
-       zlib?    ( sys-libs/zlib:= )
        zstd?    ( app-arch/zstd:= )
 "
 RDEPEND="${DEPEND}"
@@ -39,7 +38,6 @@ src_configure() {
                $(use_with lzo)
                $(use_with selinux)
                $(use_with xz)
-               $(use_with zlib gzip)
                $(use_with zstd)
        )
        econf "${myconf[@]}"