Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166370 - app-emulation/dosemu-1.3.3 never installs xlsfonts because virtual/x11 is broken.
Summary: app-emulation/dosemu-1.3.3 never installs xlsfonts because virtual/x11 is bro...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-11 17:03 UTC by Samuli Suominen (RETIRED)
Modified: 2007-02-25 15:31 UTC (History)
1 user (show)

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 Samuli Suominen (RETIRED) gentoo-dev 2007-02-11 17:03:40 UTC
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 Samuli Suominen (RETIRED) gentoo-dev 2007-02-23 12:36:15 UTC
Hanno, say a word and I'll fix the deps for dosemu.. I rather not keep this bug open in my list.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-02-25 14:50:30 UTC
Uhm, just nuke it and be done with it.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2007-02-25 15:31:29 UTC
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.)