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

Bug 130723

Summary: bugzilla ebuild depends on apache
Product: Gentoo Linux Reporter: Saurabh Singhvi <saurabhsinghvi>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Saurabh Singhvi 2006-04-21 06:05:17 UTC
Hi

The ebuild in portage doesn't allow for httpd other than apache2/ apache. If i am choosing not to use apache2, it falls back on apache and there is no way to prevent it from installing it. I have lighttpd installed, which was obviously not detected by the ebuild. So instead of just 

    !apache2? ( =net-www/apache-1* ) 

this line in the ebuild there should be other lines for the other possible httpd's, or even better different flags, for different httpd's.

Also later in the ebuild there is a line to copy over .htaccess file, which won't be the case if apache2/apache aren't being installed.

So kindly modify the ebuilds.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-21 06:11:28 UTC

*** This bug has been marked as a duplicate of 11007 ***