Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703522 - app-backup/fsarchiver-0.8.5: empty RDEPEND value in ebuild file
Summary: app-backup/fsarchiver-0.8.5: empty RDEPEND value in ebuild file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-22 08:15 UTC by Nia
Modified: 2021-02-06 23:38 UTC (History)
1 user (show)

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 Nia 2019-12-22 08:15:43 UTC
The RDEPEND variable in fsarchiver-0.8.5.ebuild is assigned a value of DDEPEND variable, which is a non-existent variable. This looks like a typo in ebuild.

See fsarchiver-0.8.5.ebuild line 31 below,

    29                  zstd? ( app-arch/zstd[static-libs] )
    30          )"
    31  RDEPEND="${DDEPEND}"
    32
    33  src_prepare() {
    34          default

There is no DDEPEND variable, I think this should be ${DEPEND}.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2021-02-06 23:38:36 UTC
The bug has been closed via the following commit(s):

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

commit 1ae1ead872fbae7e4a460e48e49aa151b18c1132
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-02-06 23:35:40 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-02-06 23:38:34 +0000

    app-backup/fsarchiver: fix DDEPEND typo
    
    Closes: https://bugs.gentoo.org/703522
    Package-Manager: Portage-3.0.14, Repoman-3.0.2
    Signed-off-by: Sam James <sam@gentoo.org>

 .../{fsarchiver-0.8.5.ebuild => fsarchiver-0.8.5-r1.ebuild}           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)