Summary: | app-emulation/vice-3.5 should depend on media-libs/sdl2-image-2.0.5 while USE=+sdl | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jan Psota <jasiupsota> |
Component: | Current packages | Assignee: | Gentoo Games <games> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Jan Psota
2021-01-09 02:46:59 UTC
A log would be nice just to make it easier to fix. Woo: dnl Require SDL2_image PKG_CHECK_MODULES(SDL2_IMAGE, [SDL2_image >= 2.0.0], [have_sdl2_image=yes], [have_sdl2_image=no; AC_MSG_RESULT([no])]) if test x"$have_sdl2_image" = "xyes"; then LIBS="$LIBS -lSDL2_image" else AC_MSG_ERROR([SDL2_image-dev is required.]) fi The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=962669a6ce8895201cd8081acfe995b4c7d219d3 commit 962669a6ce8895201cd8081acfe995b4c7d219d3 Author: Sam James <sam@gentoo.org> AuthorDate: 2021-01-09 03:09:40 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-01-09 03:09:40 +0000 app-emulation/vice: add sdl2-image dep Closes: https://bugs.gentoo.org/764530 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> app-emulation/vice/vice-3.5.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Thanks! You are welcome :-) |