Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 858302 - dev-java/woodstox-core: deletes lines from module-info.java
Summary: dev-java/woodstox-core: deletes lines from module-info.java
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: module-info
  Show dependency tree
 
Reported: 2022-07-16 07:20 UTC by Volkmar W. Pogatzki
Modified: 2022-07-16 07:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Volkmar W. Pogatzki 2022-07-16 07:20:39 UTC
As from 6.2.8-r1, needs to get solved.

src_prepare() {
	default

	# We do not bundle any shaded (aka relocated) classes.
	sed -e '/com.ctc.wstx.shaded.msv/d' \
		-e '/org.codehaus.stax2.validation/d' \
		-i "src/moditect/module-info.java" || die
}