Diff esptool-4.5.1 with a esptool-4.6.1
/usr/portage/dev-embedded/esptool/esptool-4.6.1.ebuild 2023-10-09 14:52:29.348368347 +0300 | ||
---|---|---|
15 | 15 | |
16 | 16 |
LICENSE="GPL-2+" |
17 | 17 |
SLOT="0" |
18 |
KEYWORDS="amd64 ~arm ~arm64 x86" |
|
18 |
KEYWORDS="~amd64 ~arm ~arm64 ~x86" |
|
19 | 19 | |
20 | 20 |
RDEPEND=" |
21 | 21 |
$(python_gen_cond_dep ' |
... | ... | |
32 | 32 |
') |
33 | 33 |
test? ( $(python_gen_cond_dep ' |
34 | 34 |
dev-python/cffi[${PYTHON_USEDEP}] |
35 |
dev-python/pyaml[${PYTHON_USEDEP}] |
|
35 | 36 |
dev-python/pyelftools[${PYTHON_USEDEP}] |
36 | 37 |
dev-python/pytest[${PYTHON_USEDEP}] |
37 | 38 |
') ) |