From: Robin H. Johnson Date: Mon, 28 Jan 2019 07:33:50 +0000 (-0800) Subject: media-libs/sdl2-image: update libsdl2 dep for compile failure X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5ccf46bf544047d02a5357dc2e1b82ee063fc653;p=gentoo.git media-libs/sdl2-image: update libsdl2 dep for compile failure sdl2-image used SDL_MAX_SINT32, which was only introduced in libsdl2-2.0.7. Update [R]DEPEND to ensure successful compliation. Fixes: https://bugs.gentoo.org/676618 Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Robin H. Johnson --- diff --git a/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild b/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild index f3a5ccfcb4bb..bbb163c9f538 100644 --- a/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild +++ b/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ KEYWORDS="amd64 x86" IUSE="gif jpeg png static-libs tiff webp" RDEPEND=" - >=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}] + >=media-libs/libsdl2-2.0.9[${MULTILIB_USEDEP}] >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] ) jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] ) diff --git a/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild b/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild index 461162602407..de0aae6bd4b1 100644 --- a/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild +++ b/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild @@ -15,7 +15,7 @@ KEYWORDS="amd64 x86" IUSE="gif jpeg png static-libs tiff webp" RDEPEND=" - >=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}] + >=media-libs/libsdl2-2.0.9[${MULTILIB_USEDEP}] >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] ) jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )