Opened 14 years ago
Closed 14 years ago
#128 closed defect (fixed)
Gentoo xpra ebuild - dependency resolution for Xvfb
Reported by: | Stroller | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Client | Keywords: | Gentoo ebuild xpra Xvfb dependency |
Cc: |
Description
When installing xpra using your ebuild, the following ewarn message is given upon completion:
>>> Installing (1 of 1) net-misc/xpra-0.0.7.17-r1 * Server support requires Xvfb * This cannot be pulled in by this ebuild
Surely this dependency should be resolved programatically?
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
On my system x11-base/xorg-server provides this file:
Therefore surely you can DEPEND on xorg-server?
I see that you do this already, however, I also happen to know (don't ask me how) that Xvfb is installed by xorg-server as long as the
minimal
USE flag is not set.Therefore I think you can state the dependency thusly:
Note the addition of "-minimal" on the 3rd line above. I won't swear that this will resolve the dependency, but I think so.