Skip to content

Commit

Permalink
dev-java/pdfbox: fix compile error when "-tools"
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <[email protected]>
Closes: gentoo#23089
Signed-off-by: Miroslav Šulc <[email protected]>
  • Loading branch information
vaukai authored and fordfrog committed Nov 26, 2021
1 parent d6d38fa commit e52389f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-java/pdfbox/pdfbox-2.0.24.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ src_compile() {
fi

JAVA_SRC_DIR=(
"${S}/pdfbox"
"${S}/debugger"
"${S}/pdfbox/src/main/java"
"${S}/debugger/src/main/java"
)
if use tools; then
JAVA_SRC_DIR+=( "${S}/tools" )
Expand Down

0 comments on commit e52389f

Please sign in to comment.