Сравнение raft-0.17.1 с raft-0.18.0
/usr/portage/dev-libs/raft/raft-0.18.0.ebuild 2023-10-09 14:52:29.756368357 +0300 | ||
---|---|---|
11 | 11 | |
12 | 12 |
LICENSE="LGPL-3-with-linking-exception" |
13 | 13 |
SLOT="0/3" |
14 |
KEYWORDS="amd64 ~arm64 ~x86" |
|
14 |
KEYWORDS="~amd64 ~arm64 ~x86" |
|
15 | 15 |
IUSE="lz4 test zfs" |
16 | 16 |
RESTRICT="!test? ( test )" |
17 | 17 | |
... | ... | |
22 | 22 | |
23 | 23 |
PATCHES=( |
24 | 24 |
"${FILESDIR}"/raft-0.10.0-toggle-zfs.patch |
25 |
"${FILESDIR}"/raft-0.11.3-disable-automagic-check-for-lz4.patch |
|
26 | 25 |
) |
27 | 26 | |
28 | 27 |
src_prepare() { |
... | ... | |
41 | 40 |
--disable-sanitize |
42 | 41 |
--disable-static |
43 | 42 | |
44 |
$(use_enable lz4) |
|
45 | 43 |
$(use_enable test fixture) |
46 | 44 | |
45 |
$(use_with lz4) |
|
47 | 46 |
$(use_with zfs) |
48 | 47 |
) |
49 | 48 |