diff options
author | Sam James <sam@gentoo.org> | 2021-05-26 13:30:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-26 13:33:40 +0000 |
commit | 30465d2e085264f1c1cea2071b0087f430a371c5 (patch) | |
tree | ee00fb3206dfcbfda01d346caefa7ba7573c8f39 | |
parent | dev-python/tekore: relax pytest-asyncio constaint (diff) | |
download | gentoo-30465d2e085264f1c1cea2071b0087f430a371c5.tar.gz gentoo-30465d2e085264f1c1cea2071b0087f430a371c5.tar.bz2 gentoo-30465d2e085264f1c1cea2071b0087f430a371c5.zip |
media-libs/sdl-image: add explicit toolchain-funcs inherit
Fixes: cd6eddbe2449e844783bc615ad4947ab4466b882
Bug: https://bugs.gentoo.org/791679
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 index 83c79c15a76e..a0fda97a89c1 100644 --- a/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild +++ b/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit multilib-minimal +inherit toolchain-funcs multilib-minimal MY_P="${P/sdl-/SDL_}" MY_COMMIT="5d792dde2f764daf15dc48521774a3354330db69" |