Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 171230 - dev-util/git - gitk not installed
Summary: dev-util/git - gitk not installed
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-17 10:10 UTC by Heiko Carstens
Modified: 2007-03-17 10:45 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 Heiko Carstens 2007-03-17 10:10:33 UTC
The git ebuild does not install the gitk tool that gets shipped with git. But strange enough it does install the man page.

I get this:

heiko@osiris:~> git --version
git version 1.5.0.4
heiko@osiris:~> gitk
bash: gitk: command not found


Reproducible: Always

Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-03-17 10:14:39 UTC
You need USE=tk
Comment 2 Heiko Carstens 2007-03-17 10:45:02 UTC
That works. Thanks and sorry for the noise!