Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 698468 - sys-apps/fd should DEPEND and not RDEPEND on virtual/rust
Summary: sys-apps/fd should DEPEND and not RDEPEND on virtual/rust
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Georgy Yakovlev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-24 18:41 UTC by Jasen Borisov
Modified: 2019-10-24 19:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jasen Borisov 2019-10-24 18:41:42 UTC
The ebuild for sys-apps/fd contains a `RDEPENDS="${DEPENDS}` line, which is incorrect, as the rust compiler (which is in `DEPENDS`) is only needed for building the package. This causes portage to want to install rust on my binpkg-only systems, which is unnecessary.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2019-10-24 19:37:11 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2eb54a4de2bec747405a57707ef38fa6ead3a93

commit f2eb54a4de2bec747405a57707ef38fa6ead3a93
Author:     Georgy Yakovlev <gyakovlev@gentoo.org>
AuthorDate: 2019-10-24 19:11:59 +0000
Commit:     Georgy Yakovlev <gyakovlev@gentoo.org>
CommitDate: 2019-10-24 19:11:59 +0000

    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>

 sys-apps/fd/{fd-7.3.0.ebuild => fd-7.3.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)