Сравнение editorconfig-core-c-0.12.5 с editorconfig-core-c-0.12.6
/usr/portage/app-text/editorconfig-core-c/editorconfig-core-c-0.12.6.ebuild 2023-10-09 14:52:28.876368335 +0300 | ||
---|---|---|
16 | 16 | |
17 | 17 |
BDEPEND="doc? ( app-doc/doxygen )" |
18 | 18 |
DEPEND="dev-libs/libpcre2:=" |
19 |
RDEPEND="${DEPEND} |
|
20 |
cli? ( !dev-python/editorconfig-core-py[cli] )" |
|
19 |
RDEPEND=" |
|
20 |
${DEPEND} |
|
21 |
cli? ( !dev-python/editorconfig-core-py[cli] ) |
|
22 |
" |
|
23 |
# Header-only |
|
24 |
DEPEND+=" dev-libs/uthash" |
|
21 | 25 | |
22 | 26 |
src_prepare() { |
23 | 27 |
# Don't install the static library. |
24 | 28 |
sed -e '/install(TARGETS editorconfig_static/,+5d' -i src/lib/CMakeLists.txt || die |
29 | ||
30 |
# Unbundle dev-libs/uthash |
|
31 |
rm src/lib/utarray.h || die |
|
32 | ||
25 | 33 |
cmake_src_prepare |
26 | 34 |
} |
27 | 35 |