Сравнение f2fs-tools-1.16.0 с f2fs-tools-9999
/usr/portage/sys-fs/f2fs-tools/f2fs-tools-9999.ebuild 2023-10-09 14:52:35.508368502 +0300 | ||
---|---|---|
13 | 13 |
EGIT_BRANCH="dev" |
14 | 14 |
else |
15 | 15 |
SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/${PN}.git/snapshot/${P}.tar.gz" |
16 |
KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv x86" |
|
16 |
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86" |
|
17 | 17 |
fi |
18 | 18 | |
19 | 19 |
LICENSE="GPL-2" |
20 | 20 |
SLOT="0/10" |
21 |
IUSE="lz4 lzo selinux" |
|
21 |
IUSE="selinux" |
|
22 | 22 | |
23 | 23 |
RDEPEND=" |
24 |
lz4? ( app-arch/lz4:= ) |
|
25 |
lzo? ( dev-libs/lzo:2 ) |
|
24 |
app-arch/lz4:= |
|
25 |
dev-libs/lzo:2 |
|
26 | 26 |
sys-apps/util-linux |
27 | 27 |
selinux? ( sys-libs/libselinux ) |
28 | 28 |
elibc_musl? ( sys-libs/queue-standalone ) |
... | ... | |
38 | 38 |
local myconf=( |
39 | 39 |
# This is required to install to /sbin, bug #481110 |
40 | 40 |
--bindir="${EPREFIX}"/sbin |
41 |
$(use_with lz4) |
|
42 |
$(use_with lzo lzo2) |
|
43 | 41 |
$(use_with selinux) |
44 | 42 |
) |
45 | 43 |