Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 648650 - app-text/pelican should set RDEPEND="${DEPEND}"
Summary: app-text/pelican should set RDEPEND="${DEPEND}"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Dirkjan Ochtman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-24 02:25 UTC by Bruce Schultz
Modified: 2021-02-06 21:47 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 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(-)