Сравнение brotli-1.0.9-r5 с brotli-1.0.9-r6
/usr/portage/app-arch/brotli/brotli-1.0.9-r6.ebuild 2023-10-09 14:52:28.180368317 +0300 | ||
---|---|---|
8 | 8 |
DISTUTILS_USE_PEP517=setuptools |
9 | 9 |
PYTHON_COMPAT=( python3_{10..12} pypy3 ) |
10 | 10 | |
11 |
inherit cmake-multilib distutils-r1 |
|
11 |
inherit cmake-multilib distutils-r1 flag-o-matic |
|
12 | 12 | |
13 | 13 |
if [[ ${PV} == *9999* ]] ; then |
14 | 14 |
EGIT_REPO_URI="https://github.com/google/${PN}.git" |
... | ... | |
67 | 67 |
} |
68 | 68 | |
69 | 69 |
src_configure() { |
70 |
append-lfs-flags |
|
71 | ||
70 | 72 |
cmake-multilib_src_configure |
71 | 73 |
use python && distutils-r1_src_configure |
72 | 74 |
} |