diff options
author | Anna Vyalkova <cyber@sysrq.in> | 2021-05-02 05:46:09 +0500 |
---|---|---|
committer | Anna Vyalkova <cyber@sysrq.in> | 2021-05-02 07:19:40 +0500 |
commit | 5df3aba5e08b9057b7d2cd4679580ee2a5453339 (patch) | |
tree | 372248654beccd645fbb4e423a1aae35ec15be2b /x11-misc/i3status-rust | |
parent | www-client/browsh: replace www-client/browsh-bin (diff) | |
download | guru-5df3aba5e08b9057b7d2cd4679580ee2a5453339.tar.gz guru-5df3aba5e08b9057b7d2cd4679580ee2a5453339.tar.bz2 guru-5df3aba5e08b9057b7d2cd4679580ee2a5453339.zip |
*/*: suppress warning about CFLAGS in Rust ebuilds
Closes: https://bugs.gentoo.org/781668
Closes: https://bugs.gentoo.org/780777
Closes: https://bugs.gentoo.org/780768
Closes: https://bugs.gentoo.org/781821
Signed-off-by: Anna Vyalkova <cyber@sysrq.in>
Diffstat (limited to 'x11-misc/i3status-rust')
-rw-r--r-- | x11-misc/i3status-rust/i3status-rust-0.14.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-misc/i3status-rust/i3status-rust-0.14.1.ebuild b/x11-misc/i3status-rust/i3status-rust-0.14.1.ebuild index 58c46c7ac..142e324d1 100644 --- a/x11-misc/i3status-rust/i3status-rust-0.14.1.ebuild +++ b/x11-misc/i3status-rust/i3status-rust-0.14.1.ebuild @@ -116,6 +116,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="profile" +QA_FLAGS_IGNORED="usr/bin/i3status-rs" + DEPEND="sys-apps/dbus media-sound/pulseaudio profile? ( dev-util/google-perftools )" |