| Summary: | app-office/abiword: building with "-plugins" and "collab" USE flags fails | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Pablo Cholaky <waltercool> |
| Component: | [OLD] GNOME | Assignee: | GNOME Office (OBSOLETE) <gnome-office+disabled> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Pablo Cholaky
2010-10-31 06:42:40 UTC
But "collab" needs "plugins" USE flag to be set, the problem is that I don't know how to prevent people from enabling it without "plugins" :-/ Does any other team member have any idea on this? (In reply to comment #1) > But "collab" needs "plugins" USE flag to be set, the problem is that I don't > know how to prevent people from enabling it without "plugins" :-/ > > Does any other team member have any idea on this? > No, you can "try" to compile Abiword without plugins USE flag. Just try it. An idea for that is make a dependence of "asio" when collab USE flag is enabled. I was talking based on what I see in ebuild:
src_configure() {
local plugins=""
if use plugins; then
[...]
use collab && plugins="${plugins} collab"
use gnome && plugins="${plugins} goffice"
[...]
Then, it's only really enabled with "plugins" USE flag is set (or it should)
+ 26 Jan 2011; Pacho Ramos <pacho@gentoo.org> abiword-2.8.6.ebuild: + Fix asio DEPEND (bug #343469 by Pablo Cholaky). + |