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

Bug 214099

Summary: dev-util/git-1.5.4.4 missing perl use flag for some dependencies
Product: Gentoo Linux Reporter: Sylvain BERTRAND <sylvain.bertrand>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED INVALID    
Severity: normal    
Priority: High    
Version: 2007.0   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sylvain BERTRAND 2008-03-20 22:28:01 UTC
In the ebuild:

DEPEND="
	!app-misc/git
	dev-libs/openssl
	sys-libs/zlib
	dev-lang/perl
	dev-perl/Error
	app-arch/cpio
	tk?     ( dev-lang/tk )
	curl?   ( net-misc/curl )
	webdav? ( dev-libs/expat )
	emacs?  ( virtual/emacs )"

should be:

DEPEND="
	!app-misc/git
	dev-libs/openssl
	sys-libs/zlib
	perl? (dev-lang/perl)
	perl? (dev-perl/Error)
	app-arch/cpio
	tk?     ( dev-lang/tk )
	curl?   ( net-misc/curl )
	webdav? ( dev-libs/expat )
	emacs?  ( virtual/emacs )"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-03-20 22:38:24 UTC
Not really, see Bug 214005
Comment 2 Sylvain BERTRAND 2008-03-20 23:17:32 UTC
Yes it does.
I tried a manual compilation of git-1.5.4.4, it went fine without those perl dependencies.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2008-03-20 23:28:00 UTC
You haven't really read the other bug, have you?