Сравнение marisa-0.2.6 с marisa-9999
/usr/portage/dev-libs/marisa/marisa-9999.ebuild 2023-10-09 14:52:29.536368351 +0300 | ||
---|---|---|
24 | 24 | |
25 | 25 |
LICENSE="|| ( BSD-2 LGPL-2.1+ )" |
26 | 26 |
SLOT="0" |
27 |
KEYWORDS="amd64 arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86" |
|
27 |
KEYWORDS="" |
|
28 | 28 |
IUSE="python static-libs" |
29 | 29 |
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |
30 | 30 | |
... | ... | |
39 | 39 |
S="${WORKDIR}/marisa-trie-${PV}" |
40 | 40 |
fi |
41 | 41 | |
42 |
PATCHES=( |
|
43 |
"${FILESDIR}/${PN}-0.2.6-riscv_word_size.patch" |
|
44 |
"${FILESDIR}/${PN}-0.2.6-loong_word_size.patch" |
|
45 |
"${FILESDIR}/${PN}-0.2.6-sparc64_word_size.patch" |
|
46 |
) |
|
47 | ||
48 | 42 |
src_prepare() { |
49 | 43 |
default |
50 | 44 |
eautoreconf |