| Summary: | dev-util/git - git-instaweb command requires lighttpd | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Priit Laes (IRC: plaes) <plaes> |
| Component: | New packages | Assignee: | Fernando J. Pereda (RETIRED) <ferdy> |
| Status: | RESOLVED FIXED | ||
| Severity: | trivial | ||
| Priority: | High | ||
| Version: | 2006.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Priit Laes (IRC: plaes)
2007-01-02 03:38:19 UTC
Well, so install it if you need this script. We are not going to stick such dependencies in there, and it's configurable via -d|--httpd option, can use apache2 as well. Would this be ok ? ---8<--- Index: git-1.4.4.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/git/git-1.4.4.3.ebuild,v retrieving revision 1.2 diff -u -B -r1.2 git-1.4.4.3.ebuild --- git-1.4.4.3.ebuild 31 Dec 2006 06:55:17 -0000 1.2 +++ git-1.4.4.3.ebuild 2 Jan 2007 14:40:42 -0000 @@ -145,6 +145,7 @@ showpkgdeps git-svn "dev-util/subversion(USE=perl)" "dev-perl/libwww-perl" showpkgdeps git-quiltimport "dev-util/quilt" showpkgdeps git-cvsserver "dev-perl/DBI" "dev-perl/DBD-SQLite" + showpkgdeps git-instaweb "|| ( www-servers/lighttpd net-www/apache(SLOT=2) )" einfo } ---8<--- - ferdy Yeah ;) In CVS. Thanks. - ferdy |