app-emulation/box64: directly inherit used toolchain-funcs

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2024-09-02 22:46:15 +02:00
parent 4cd726b8fd
commit 3520bc4a9b
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit cmake optfeature
inherit cmake toolchain-funcs optfeature
DESCRIPTION="Linux Userspace x86_64 Emulator with a twist"
HOMEPAGE="https://box86.org"

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit cmake optfeature
inherit cmake toolchain-funcs optfeature
DESCRIPTION="Linux Userspace x86_64 Emulator with a twist"
HOMEPAGE="https://box86.org"

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit cmake optfeature git-r3
inherit cmake git-r3 toolchain-funcs optfeature
DESCRIPTION="Linux Userspace x86_64 Emulator with a twist"
HOMEPAGE="https://box86.org"