loggerhead uses "apache" USE flag instead of "apache2"
Bug #518674 reported by
Tom Dickson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Gentoo Overlay for Bazaar |
Fix Released
|
Low
|
Mark Lee |
Bug Description
The "apache" flag is deprecated, and we should either use the "apache2" flag, or allow both. I needed to run:
USE="apache" emerge -1av loggerhead
to get it to install paste-deploy, which is necessary for Apache proxing.
It works fine, but I didn't want to set anything with "apache" because I don't use apache 1.x.
Related branches
tags: |
added: use-flags removed: apache apache2 emerge gentoo |
To post a comment you must log in.
Here's a simple patch that does it, I think.