Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 648650

Summary: app-text/pelican should set RDEPEND="${DEPEND}"
Product: Gentoo Linux Reporter: Bruce Schultz <brulzki>
Component: Current packagesAssignee: Dirkjan Ochtman (RETIRED) <djc>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Bruce Schultz 2018-02-24 02:25:17 UTC
app-text/pelican has dependencies set in DEPEND="..." but RDEPEND="".

So when installing from a binary package, the dependencies are not install with the pelican package.

I've modified the ebuild in a local overlay to fix the issue by changing it to:

RDEPEND="${DEPEND}"
Comment 1 Larry the Git Cow gentoo-dev 2021-02-06 21:47:09 UTC
The bug has been closed via the following commit(s):

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

commit e5ffb0981b1e222e55cf30e3274150ddcaeb2f9b
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-02-06 21:37:16 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-02-06 21:47:06 +0000

    app-text/pelican: fix DEPEND typo in earlier versions
    
    Fixed in 4.5.3 anyway but let's do this just to be consistent.
    
    Closes: https://bugs.gentoo.org/648650
    Package-Manager: Portage-3.0.14, Repoman-3.0.2
    Signed-off-by: Sam James <sam@gentoo.org>

 .../{pelican-4.2.0.ebuild => pelican-4.2.0-r1.ebuild}     | 15 +++++++++------
 .../{pelican-4.5.1.ebuild => pelican-4.5.1-r1.ebuild}     | 15 +++++++++------
 2 files changed, 18 insertions(+), 12 deletions(-)