diff options
author | Julien Roy <julien@jroy.ca> | 2022-12-05 22:54:21 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2022-12-05 22:57:12 -0500 |
commit | eb0562246b6ae5ca7dcd196afe7e615fc0cb56e5 (patch) | |
tree | 7d5046775c5238d5893725e2cd76a0fa30a05e7d /gui-apps | |
parent | gui-apps/showmethekey: new package, add 1.7.3 (diff) | |
download | guru-eb0562246b6ae5ca7dcd196afe7e615fc0cb56e5.tar.gz guru-eb0562246b6ae5ca7dcd196afe7e615fc0cb56e5.tar.bz2 guru-eb0562246b6ae5ca7dcd196afe7e615fc0cb56e5.zip |
gui-apps/eww: add QA_FLAGS_IGNORED
Closes bug https://bugs.gentoo.org/884455
Closes bug https://bugs.gentoo.org/884457
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/eww/eww-0.4.0-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui-apps/eww/eww-0.4.0-r1.ebuild b/gui-apps/eww/eww-0.4.0-r1.ebuild index 70aa8e313..b206c950b 100644 --- a/gui-apps/eww/eww-0.4.0-r1.ebuild +++ b/gui-apps/eww/eww-0.4.0-r1.ebuild @@ -269,6 +269,8 @@ RDEPEND=" $DEPEND " +QA_FLAGS_IGNORED="usr/bin/.*" + src_compile() { use wayland && features="--no-default-features --features=wayland" cargo_src_compile ${features} |