Skip to content

Commit

Permalink
media-libs/imglib2: Correct jama dependency
Browse files Browse the repository at this point in the history
Directs the dependency to dev-java/jama, the package inclusion in
an additional pull request.

Signed-off-by: IAHMCOL <[email protected]>
  • Loading branch information
IAHM-COL committed Jul 20, 2023
1 parent 8d3f964 commit af69a26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media-libs/imglib2/imglib2-6.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SLOT="0"
BDEPEND="
>=virtual/jdk-1.8:*
test? (
>=sci-libs/jama-1.0.3
>=dev-java/jama-1.0.3
>=dev-java/junit-4.13.2
>=dev-java/jmh-core-1.35
)
Expand Down
2 changes: 1 addition & 1 deletion media-libs/imglib2/imglib2-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SLOT="0"
BDEPEND="
>=virtual/jdk-1.8:*
test? (
>=sci-libs/jama-1.0.3
>=dev-java/jama-1.0.3
>=dev-java/junit-4.13.2
>=dev-java/jmh-core-1.35
)
Expand Down

0 comments on commit af69a26

Please sign in to comment.