Skip to content

Commit

Permalink
sci-biology/fastqc: bump java to 1.7
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
  • Loading branch information
APN-Pucky committed Nov 8, 2024
1 parent d47959e commit a08a6e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sci-biology/fastqc/fastqc-0.11.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ DEPEND="
"
BDEPEND="media-gfx/imagemagick"

src_prepare() {
sed -i 's/name="source" value="1\.5"/name="source" value="1.7"/g' build.xml || die
sed -i 's/name="target" value="1\.5"/name="target" value="1.7"/g' build.xml || die
default
}

src_compile() {
eant build
}
Expand Down

0 comments on commit a08a6e2

Please sign in to comment.