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

Bug 87400

Summary: vcdimager has an RDEPENED on pkg-config
Product: Gentoo Linux Reporter: Spider (RETIRED) <spider>
Component: Current packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: minor CC: chriswhite
Priority: High    
Version: 2004.3   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

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.