Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87400 - vcdimager has an RDEPENED on pkg-config
Summary: vcdimager has an RDEPENED on pkg-config
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-31 04:40 UTC by Spider (RETIRED)
Modified: 2005-03-31 16:25 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 Spider (RETIRED) gentoo-dev 2005-03-31 04:40:22 UTC
Should only be a DEPEND
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-03-31 06:14:21 UTC
maybe i'm wrong, but i can only see a DEPEND on it:

DEPEND=">=dev-libs/libcdio-0.66
    dev-util/pkgconfig
    xml2? ( >=dev-libs/libxml2-2.5.11 )"

do you think it should have it in RDEPEND?
Comment 2 Chris White (RETIRED) gentoo-dev 2005-03-31 10:32:39 UTC
Yup, he's right, it's in DEPEND where it should be.  Thanks for posting and using Gentoo!
Comment 3 Spider (RETIRED) gentoo-dev 2005-03-31 15:53:04 UTC
Yes.

if $RDEPEND is unset, its set automatically to $DEPEND ( see the ebuild howto for more details )


As that, buildtime only dependencies go into $DEPEND ( unpack formats like zip/rar,  compile time depenendencies like pkg-config, lexx, openjade, tetex, yacc )  and RDEPEND should contain the runtime dependencies,  that are runtime linked and needed applications.
Comment 4 Jan Brinkmann (RETIRED) gentoo-dev 2005-03-31 16:24:39 UTC
reopening...
Comment 5 Jan Brinkmann (RETIRED) gentoo-dev 2005-03-31 16:25:41 UTC
...for marking as fixed. in cvs, thanks.