mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
app-admin/yolk: fix qa warnings
- Fix qa warning about cflag (false postive, because rust doesn't support -fgcc-record-switches) - Add minimium support rust version (msrv) Closes: https://bugs.gentoo.org/979222 Closes: https://bugs.gentoo.org/979223 Signed-off-by: AshyPinguin <pinguinlars1105+gentoo@gmail.com>
This commit is contained in:
@@ -267,7 +267,9 @@ SRC_URI="
|
||||
https://github.com/elkowar/yolk/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
"
|
||||
|
||||
QA_FLAGS_IGNORE="/usr/bin/yolk"
|
||||
QA_FLAGS_IGNORE="
|
||||
usr/bin/yolk
|
||||
"
|
||||
|
||||
LICENSE="|| ( Apache-2.0 MIT )"
|
||||
# Dependent crate licenses
|
||||
|
||||
Reference in New Issue
Block a user