Diff castxml-0.5.1-r1 with a castxml-0.6.1
/usr/portage/dev-libs/castxml/castxml-0.6.1.ebuild 2023-10-09 14:52:29.492368350 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
LLVM_MAX_SLOT=15 |
|
6 |
LLVM_MAX_SLOT=16 |
|
7 | 7 |
inherit cmake llvm |
8 | 8 | |
9 | 9 |
DESCRIPTION="C-family abstract syntax tree XML output tool" |
... | ... | |
29 | 29 |
" |
30 | 30 | |
31 | 31 |
PATCHES=( |
32 |
"${FILESDIR}"/${PN}-fix-tests.patch |
|
32 |
# "${FILESDIR}"/${PN}-fix-tests.patch |
|
33 | 33 |
) |
34 | 34 | |
35 | 35 |
llvm_check_deps() { |