Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214099 - dev-util/git-1.5.4.4 missing perl use flag for some dependencies
Summary: dev-util/git-1.5.4.4 missing perl use flag for some dependencies
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-20 22:28 UTC by Sylvain BERTRAND
Modified: 2008-03-20 23:28 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 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?