diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-10-24 12:11:59 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-10-24 12:11:59 -0700 |
commit | f2eb54a4de2bec747405a57707ef38fa6ead3a93 (patch) | |
tree | 65df6ceac54c9b611fb47132346d28ff5c745ccf /sys-apps/fd | |
parent | net-libs/signon-oauth2: Disable -Werror (diff) | |
download | gentoo-f2eb54a4de2bec747405a57707ef38fa6ead3a93.tar.gz gentoo-f2eb54a4de2bec747405a57707ef38fa6ead3a93.tar.bz2 gentoo-f2eb54a4de2bec747405a57707ef38fa6ead3a93.zip |
sys-apps/fd: do not rdepend on rust
Closes: https://bugs.gentoo.org/698468
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-apps/fd')
-rw-r--r-- | sys-apps/fd/fd-7.3.0-r1.ebuild (renamed from sys-apps/fd/fd-7.3.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/fd/fd-7.3.0.ebuild b/sys-apps/fd/fd-7.3.0-r1.ebuild index f617c8de21de..3afbc07ff760 100644 --- a/sys-apps/fd/fd-7.3.0.ebuild +++ b/sys-apps/fd/fd-7.3.0-r1.ebuild @@ -76,7 +76,7 @@ KEYWORDS="amd64 ~ppc64 x86" IUSE="" DEPEND=">=virtual/rust-1.31.0" -RDEPEND="${DEPEND}" +RDEPEND="" QA_FLAGS_IGNORED="/usr/bin/fd" |