|
dev-java/asm bumped to the latest versions, because upstream doesn't
publish asm-all anymore, we should also split it into components.
The dependencies are as follows:
- asm: no dependency
- asm-tree: asm
- asm-analysis: asm, asm-tree
- asm-commons and asm-util: asm, asm-tree, asm-analysis
Testing is still restricted because it uses JUnit 5 for testing.
Signed-off-by: Kaibo Ma <kaiboma06@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19473
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
|