Skip to content

Commit

Permalink
media-libs/imlib2: fix multilib problem with eps
Browse files Browse the repository at this point in the history
also fix a small tupo in the metadata.

Closes: https://bugs.gentoo.org/show_bug.cgi?id=841359
Signed-off-by: Nickolas Raymond Kaczynski <[email protected]>
Closes: gentoo#25246
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
N-R-K authored and thesamesam committed Apr 29, 2022
1 parent 7ddd376 commit 730c1b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media-libs/imlib2/imlib2-1.9.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ multilib_src_configure() {
$(use_with zlib)
$(use_with svg)
$(use_with heif)
$(use_with eps ps)
$(multilib_native_use_with eps ps)
$(use_with jpeg2k j2k)
$(use_with jpegxl jxl)
)
Expand Down
2 changes: 1 addition & 1 deletion media-libs/imlib2/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<flag name="bzip2">Bzip2 loader support</flag>
<flag name="gif">Gif image loader support</flag>
<flag name="jpeg">Jpeg image loader support</flag>
<flag name="heif">Hief and Avif image loader support</flag>
<flag name="heif">Heif and Avif image loader support</flag>
<flag name="eps">Eps image loader support</flag>
<flag name="jpegxl">Jxl image loader support</flag>
<flag name="mp3">ID3 loader support</flag>
Expand Down

0 comments on commit 730c1b4

Please sign in to comment.