Skip to content

Commit

Permalink
dev-java/openjdk: Use PORTAGE_NICENESS, don't adjust further down
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/822639
Signed-off-by: Ulrich Müller <[email protected]>
Signed-off-by: Georgy Yakovlev <[email protected]>
  • Loading branch information
ulm authored and gyakovlev committed Dec 26, 2021
1 parent 3098847 commit ec058f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-java/openjdk/openjdk-11.0.13_p8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ src_compile() {
JOBS=$(makeopts_jobs)
LOG=debug
CFLAGS_WARNINGS_ARE_ERRORS= # No -Werror
NICE= # Use PORTAGE_NICENESS, don't adjust further down
$(usex doc docs '')
$(usex jbootstrap bootcycle-images product-images)
)
Expand Down
1 change: 1 addition & 0 deletions dev-java/openjdk/openjdk-17.0.1_p12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ src_compile() {
JOBS=$(makeopts_jobs)
LOG=debug
CFLAGS_WARNINGS_ARE_ERRORS= # No -Werror
NICE= # Use PORTAGE_NICENESS, don't adjust further down
$(usex doc docs '')
$(usex jbootstrap bootcycle-images product-images)
)
Expand Down

0 comments on commit ec058f9

Please sign in to comment.