Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130723 - bugzilla ebuild depends on apache
Summary: bugzilla ebuild depends on apache
Status: RESOLVED DUPLICATE of bug 11007
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-21 06:05 UTC by Saurabh Singhvi
Modified: 2006-04-21 06:11 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 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 ***