Diff flang-rt-21.1.8 with a flang-rt-22.0.0.9999
| /usr/portage/llvm-runtimes/flang-rt/flang-rt-22.0.0.9999.ebuild 2025-11-18 18:18:06.924762624 +0300 | ||
|---|---|---|
| 11 | 11 | |
| 12 | 12 |
LICENSE="Apache-2.0-with-LLVM-exceptions" |
| 13 | 13 |
SLOT="${LLVM_MAJOR}"
|
| 14 |
KEYWORDS="~amd64 ~arm64" |
|
| 15 |
IUSE="debug test" |
|
| 14 |
IUSE="+debug test" |
|
| 16 | 15 |
RESTRICT="!test? ( test )" |
| 17 | 16 | |
| 18 | 17 |
RDEPEND=" |
| ... | ... | |
| 29 | 28 |
LLVM_COMPONENTS=( |
| 30 | 29 |
runtimes flang-rt cmake flang llvm/{cmake,utils/llvm-lit}
|
| 31 | 30 |
) |
| 31 |
LLVM_TEST_COMPONENTS=( third-party/unittest ) |
|
| 32 | 32 |
llvm.org_set_globals |
| 33 | 33 | |
| 34 | 34 |
python_check_deps() {
|