Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-image/
Date: Wed, 26 May 2021 13:33:57
Message-Id: 1622036020.30465d2e085264f1c1cea2071b0087f430a371c5.sam@gentoo
1 commit: 30465d2e085264f1c1cea2071b0087f430a371c5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 26 13:30:57 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed May 26 13:33:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30465d2e
7
8 media-libs/sdl-image: add explicit toolchain-funcs inherit
9
10 Fixes: cd6eddbe2449e844783bc615ad4947ab4466b882
11 Bug: https://bugs.gentoo.org/791679
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild b/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild
18 index 83c79c15a76..a0fda97a89c 100644
19 --- a/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild
20 +++ b/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -inherit multilib-minimal
26 +inherit toolchain-funcs multilib-minimal
27
28 MY_P="${P/sdl-/SDL_}"
29 MY_COMMIT="5d792dde2f764daf15dc48521774a3354330db69"