Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 854702 | Differences between
and this patch

Collapse All | Expand All

(-)/var/db/repos/gentoo/sys-fs/squashfs-tools/squashfs-tools-4.5.1.ebuild (-2 / +3 lines)
Lines 13-24 Link Here
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
15
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
16
IUSE="debug lz4 lzma lzo xattr zstd"
16
IUSE="debug lz4 lzma lzo xattr xz zstd"
17
17
18
RDEPEND="
18
RDEPEND="
19
	sys-libs/zlib
19
	sys-libs/zlib
20
	lz4? ( app-arch/lz4 )
20
	lz4? ( app-arch/lz4 )
21
	lzma? ( app-arch/xz-utils )
21
	lzma? ( app-arch/xz-utils )
22
	xz? ( app-arch/xz-utils )
22
	lzo? ( dev-libs/lzo )
23
	lzo? ( dev-libs/lzo )
23
	xattr? ( sys-apps/attr )
24
	xattr? ( sys-apps/attr )
24
	zstd? ( app-arch/zstd )
25
	zstd? ( app-arch/zstd )
Lines 34-40 Link Here
34
		LZO_SUPPORT=$(use10 lzo)
35
		LZO_SUPPORT=$(use10 lzo)
35
		LZ4_SUPPORT=$(use10 lz4)
36
		LZ4_SUPPORT=$(use10 lz4)
36
		XATTR_SUPPORT=$(use10 xattr)
37
		XATTR_SUPPORT=$(use10 xattr)
37
		XZ_SUPPORT=$(use10 lzma)
38
		XZ_SUPPORT=$(use10 xz)
38
		ZSTD_SUPPORT=$(use10 zstd)
39
		ZSTD_SUPPORT=$(use10 zstd)
39
	)
40
	)
40
41

Return to bug 854702