From f6f9ce60c01cf691ad578d6fc8ec564fb2a952d2 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Wed, 15 Dec 2021 12:20:42 +0100 Subject: [PATCH] x11-libs/sdl-fakeqwerty: fix IndirectInherits Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- x11-libs/sdl-fakeqwerty/sdl-fakeqwerty-0_pre20191217.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-libs/sdl-fakeqwerty/sdl-fakeqwerty-0_pre20191217.ebuild b/x11-libs/sdl-fakeqwerty/sdl-fakeqwerty-0_pre20191217.ebuild index 3c31b100f2..2341ffebc5 100644 --- a/x11-libs/sdl-fakeqwerty/sdl-fakeqwerty-0_pre20191217.ebuild +++ b/x11-libs/sdl-fakeqwerty/sdl-fakeqwerty-0_pre20191217.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 MULTILIB_COMPAT=( abi_x86_{32,64} ) -inherit multilib-minimal + +inherit multilib-minimal toolchain-funcs DESCRIPTION="Fixes non-QWERTY keyboards on Prison Architect (and maybe other SDL games)" HOMEPAGE="https://github.com/micolous/sdl-fakeqwerty"