Bug 166370 - app-emulation/dosemu-1.3.3 never installs xlsfonts because virtual/x11 is broken.
Bug#: 166370 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: hanno@gentoo.org Reported By: ssuominen@gentoo.org
Component: Applications
URL: 
Summary: app-emulation/dosemu-1.3.3 never installs xlsfonts because virtual/x11 is broken.
Keywords:  
Status Whiteboard: 
Opened: 2007-02-11 17:03 0000
Description:   Opened: 2007-02-11 17:03 0000
virtual/x11 doesn't dep on xlsfonts so it's not an alternative to these deps.
therefore, dosemu ebuild should be cleaned and traces of virtual/x11 be
removed.. or virtual/x11 should depend on xlsfonts.

RDEPEND="X? (
        || ( (
                x11-libs/libXxf86vm
                x11-libs/libXau
                x11-libs/libXdmcp
                x11-proto/xf86dgaproto
                x11-apps/xset
                x11-apps/xlsfonts
                x11-apps/bdftopcf
                x11-apps/mkfontdir
        )
        virtual/x11
        ) )

18:46] < Nahlu> [nomerge      ] app-emulation/dosemu-1.3.3  USE="X gpm -debug
-svga"
[18:46] < Nahlu> [ebuild  N    ]  virtual/x11-7.0-r2  USE="dri" 0 kB

------- Comment #1 From Samuli Suominen 2007-02-23 12:36:15 0000 -------
Hanno, say a word and I'll fix the deps for dosemu.. I rather not keep this bug
open in my list.

------- Comment #2 From Jakub Moc (RETIRED) 2007-02-25 14:50:30 0000 -------
Uhm, just nuke it and be done with it.

------- Comment #3 From Samuli Suominen 2007-02-25 15:31:29 0000 -------
Nuked virtual/x11 from latest dosemu ebuild..

(Should be using emake instead of make and WANT_AUTOCONF line instead of
straight forward dep >=sys-devel/autoconf-2.57. But that's another bug.)