mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
x11-misc/squeekboard: fix cc error
Closes: https://bugs.gentoo.org/798510 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com>
This commit is contained in:
@@ -49,7 +49,7 @@ CRATES="
|
||||
xkbcommon-0.4.0
|
||||
yaml-rust-0.4.5
|
||||
"
|
||||
inherit cargo gnome2-utils meson xdg
|
||||
inherit cargo gnome2-utils meson toolchain-funcs xdg
|
||||
|
||||
MY_COMMIT="19630334b07d6d2949932cf05018925cb3ab9613"
|
||||
|
||||
@@ -83,6 +83,7 @@ S="${WORKDIR}/${PN}-${MY_COMMIT}"
|
||||
QA_FLAGS_IGNORED="/usr/bin/squeekboard-test-layout"
|
||||
|
||||
src_install() {
|
||||
CC="$(tc-getCC)"
|
||||
meson_src_install
|
||||
insinto /usr/bin
|
||||
doins "${S}/tools/squeekboard-restyled"
|
||||
|
||||
Reference in New Issue
Block a user