*/*: 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>
This commit is contained in:
Anna Vyalkova
2021-05-02 05:46:09 +05:00
parent 177fce509d
commit 5df3aba5e0
10 changed files with 20 additions and 0 deletions

View File

@@ -103,6 +103,8 @@ LICENSE="Apache-2.0"
SLOT="0" SLOT="0"
RESTRICT="mirror" RESTRICT="mirror"
QA_FLAGS_IGNORED="usr/bin/navi"
RDEPEND="app-shells/fzf" RDEPEND="app-shells/fzf"
DEPEND="${RDEPEND}" DEPEND="${RDEPEND}"

View File

@@ -108,6 +108,8 @@ LICENSE="Apache-2.0"
SLOT="0" SLOT="0"
RESTRICT="mirror" RESTRICT="mirror"
QA_FLAGS_IGNORED="usr/bin/navi"
RDEPEND="app-shells/fzf" RDEPEND="app-shells/fzf"
DEPEND="${RDEPEND}" DEPEND="${RDEPEND}"

View File

@@ -108,6 +108,8 @@ LICENSE="Apache-2.0"
SLOT="0" SLOT="0"
RESTRICT="mirror" RESTRICT="mirror"
QA_FLAGS_IGNORED="usr/bin/navi"
RDEPEND="app-shells/fzf" RDEPEND="app-shells/fzf"
DEPEND="${RDEPEND}" DEPEND="${RDEPEND}"

View File

@@ -114,6 +114,8 @@ LICENSE="Apache-2.0"
SLOT="0" SLOT="0"
RESTRICT="mirror" RESTRICT="mirror"
QA_FLAGS_IGNORED="usr/bin/navi"
RDEPEND="app-shells/fzf" RDEPEND="app-shells/fzf"
DEPEND="${RDEPEND}" DEPEND="${RDEPEND}"

View File

@@ -114,6 +114,8 @@ LICENSE="Apache-2.0"
SLOT="0" SLOT="0"
RESTRICT="mirror" RESTRICT="mirror"
QA_FLAGS_IGNORED="usr/bin/navi"
RDEPEND="app-shells/fzf" RDEPEND="app-shells/fzf"
DEPEND="${RDEPEND}" DEPEND="${RDEPEND}"

View File

@@ -197,6 +197,8 @@ LICENSE="MIT"
SLOT="0" SLOT="0"
KEYWORDS="~amd64" KEYWORDS="~amd64"
QA_FLAGS_IGNORED="usr/bin/tldr"
# Tests require network connection # Tests require network connection
RESTRICT="test" RESTRICT="test"

View File

@@ -112,6 +112,8 @@ LICENSE="MIT"
SLOT="0" SLOT="0"
IUSE="" IUSE=""
QA_FLAGS_IGNORED="usr/bin/diskonaut"
src_unpack() { src_unpack() {
[[ "${PV}" == 9999 ]] && git-r3_src_unpack [[ "${PV}" == 9999 ]] && git-r3_src_unpack
cargo_src_unpack cargo_src_unpack

View File

@@ -120,6 +120,8 @@ LICENSE="MIT"
SLOT="0" SLOT="0"
IUSE="" IUSE=""
QA_FLAGS_IGNORED="usr/bin/diskonaut"
src_unpack() { src_unpack() {
[[ "${PV}" == 9999 ]] && git-r3_src_unpack [[ "${PV}" == 9999 ]] && git-r3_src_unpack
cargo_src_unpack cargo_src_unpack

View File

@@ -120,6 +120,8 @@ LICENSE="MIT"
SLOT="0" SLOT="0"
IUSE="" IUSE=""
QA_FLAGS_IGNORED="usr/bin/diskonaut"
src_unpack() { src_unpack() {
[[ "${PV}" == 9999 ]] && git-r3_src_unpack [[ "${PV}" == 9999 ]] && git-r3_src_unpack
cargo_src_unpack cargo_src_unpack

View File

@@ -116,6 +116,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
IUSE="profile" IUSE="profile"
QA_FLAGS_IGNORED="usr/bin/i3status-rs"
DEPEND="sys-apps/dbus DEPEND="sys-apps/dbus
media-sound/pulseaudio media-sound/pulseaudio
profile? ( dev-util/google-perftools )" profile? ( dev-util/google-perftools )"