media-libs/sdl2-image: update libsdl2 dep for compile failure
authorRobin H. Johnson <robbat2@gentoo.org>
Mon, 28 Jan 2019 07:33:50 +0000 (23:33 -0800)
committerRobin H. Johnson <robbat2@gentoo.org>
Mon, 28 Jan 2019 07:35:17 +0000 (23:35 -0800)
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 <robbat2@gentoo.org>
media-libs/sdl2-image/sdl2-image-2.0.3.ebuild
media-libs/sdl2-image/sdl2-image-2.0.4.ebuild

index f3a5ccfcb4bbb2a273f741921862f2cc59ea51d0..bbb163c9f5388fac824d5b821755f15d4d6bc5bc 100644 (file)
@@ -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}] )
index 4611626024076551d70186488585ea312cca1849..de0aae6bd4b1e25de895f2ff7f89d95996af400c 100644 (file)
@@ -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}] )