Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124518 - subversion has redundant dependency
Summary: subversion has redundant dependency
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-01 05:39 UTC by ldy
Modified: 2006-03-01 06:30 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 ldy 2006-03-01 05:39:38 UTC
COMMONDEPEND="apache2? ( ${APACHE2_DEPEND} )
    >=dev-libs/apr-util-0.9.5
    python? ( >=dev-lang/python-2.0 )

I think " >=dev-libs/apr-util-0.9.5 " should be deleted.

If I build subversion with "-apache2", apr-util should not be installed?

Make sense? 
thanks and I will emerge subversion after this bug is resolved:)
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-01 06:11:34 UTC
No, subversion needs it.

http://subversion.tigris.org/faq.html#portability

<snip>
Subversion is written in ANSI C and uses APR, the Apache Portable Runtime library, as a portability layer. The Subversion client will run anywhere APR runs, which is most places.
</snip>
Comment 2 ldy 2006-03-01 06:30:32 UTC
I got it, thanks for the quick reponse.