Diff ldb-2.5.2 with a ldb-2.5.3
/usr/portage/sys-libs/ldb/ldb-2.5.3.ebuild 2023-10-09 14:52:35.548368503 +0300 | ||
---|---|---|
13 | 13 | |
14 | 14 |
LICENSE="LGPL-3" |
15 | 15 |
SLOT="0/${PV}" |
16 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" |
|
16 |
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
17 | 17 |
IUSE="doc ldap +lmdb python test" |
18 | 18 | |
19 | 19 |
REQUIRED_USE="${PYTHON_REQUIRED_USE} |
20 |
test? ( lmdb python )" |
|
20 |
test? ( lmdb )" |
|
21 | 21 | |
22 | 22 |
RESTRICT="!test? ( test )" |
23 | 23 | |
... | ... | |
67 | 67 | |
68 | 68 |
src_prepare() { |
69 | 69 |
default |
70 | ||
71 |
if use test && ! use python ; then |
|
72 |
# We want to be able to run tests w/o Python as it makes |
|
73 |
# automated testing much easier (as USE=python isn't default-enabled). |
|
74 |
truncate -s0 tests/python/{repack,index,api,crash}.py || die |
|
75 |
fi |
|
76 | ||
70 | 77 |
multilib_copy_sources |
71 | 78 |
} |
72 | 79 |