Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 955476 - sci-physics/thepeg: replace fixed $(JAVAC) -source 1.8 -target 1.8 values with variables
Summary: sci-physics/thepeg: replace fixed $(JAVAC) -source 1.8 -target 1.8 values wit...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: APN-Pucky
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-05 19:06 UTC by Volkmar W. Pogatzki
Modified: 2025-05-05 19:06 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 2025-05-05 19:06:48 UTC
In thepeg-1.8.3-java.patch, there are fixed values -source 1.8 -target 1.8 
for the javac options. These should be replaced with wariables
like JAVAC_SOURCE="$(java-pkg_get-source)" 
and JAVAC_TARGET="$(java-pkg_get-target)".