Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40553 - libdv has some strange dependencies
Summary: libdv has some strange dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All All
: High normal
Assignee: Max Kalika (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-05 19:12 UTC by Spider (RETIRED)
Modified: 2004-02-09 11:58 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 Spider (RETIRED) gentoo-dev 2004-02-05 19:12:23 UTC
DEPEND="dev-libs/popt
        dev-util/pkgconfig
        gtk? ( =x11-libs/gtk+-1.2* )
        sdl? ( >=media-libs/libsdl-1.2.4.20020601 )
        xv? ( virtual/x11 )"



The pkgconfig Shouldnt be kept for RDEPEND, so I'd suggest a change to this :

RDEPEND="dev-libs/popt
        gtk? ( =x11-libs/gtk+-1.2* )
        sdl? ( >=media-libs/libsdl-1.2.4.20020601 )
        xv? ( virtual/x11 )"
DEPEND="${RDEPEND}
        dev-util/pkgconfig"

as pkgconfig doesn't have anything to do with the runtime system.
Comment 1 Max Kalika (RETIRED) gentoo-dev 2004-02-09 11:58:56 UTC
Fixed! thanks.