Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61150 - libusb DEPEND on openjade + libtool
Summary: libusb DEPEND on openjade + libtool
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-21 07:46 UTC by Spider (RETIRED)
Modified: 2005-04-18 01:54 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-08-21 07:46:58 UTC
DEPEND="sys-devel/libtool
        !macos? ( doc? ( app-text/openjade
                =app-text/docbook-sgml-dtd-3.1-r1 ) )"


okay, Except that libtool and openjade aren't really good choices for runtime dependencies here.  I'd suspect that you need a 
RDEPEND="virtual/libc" 

And things should be dandy.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2005-04-18 01:54:30 UTC
makes sense. finally committed changes to the ebuild. thanks for your report.