Bug 87398 - libsamplerate has a RDEPEND on pkgconfig
Bug#: 87398 Product:  Gentoo Linux Version: 2004.3 Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: sound@gentoo.org Reported By: spider@gentoo.org
Component: Applications
URL: 
Summary: libsamplerate has a RDEPEND on pkgconfig
Keywords:  
Status Whiteboard: 
Opened: 2005-03-31 04:37 0000
Description:   Opened: 2005-03-31 04:37 0000
Should only be a DEPEND, not an RDEPEND

------- Comment #1 From Jan Brinkmann (RETIRED) 2005-03-31 06:18:45 0000 -------
DEPEND=">=sci-libs/fftw-3.0.1
    sndfile? ( >=media-libs/libsndfile-1.0.2 )
    >=dev-util/pkgconfig-0.14.0"

it already has an DEPEND on pkgconfig, should this be a RDEPEND?

------- Comment #2 From Jan Brinkmann (RETIRED) 2005-03-31 11:13:51 0000 -------
fixed in cvs, thanks

------- Comment #3 From Spider (RETIRED) 2005-03-31 15:47:54 0000 -------
no:
RDEPEND == runtime depend
if RDEPEND is missing,  DEPEND is taken as runtime dependencies.  pkg-config is a build-time only necessity,  therefore not suitable for RDEPEND



( The fix in CVS is correct. Thankyou )