Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121067 - dev-lang/erlang needs modular x dependencies
Summary: dev-lang/erlang needs modular x dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Maintainers for Miscelleneous Language Packages [OBSOLETE]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-31 09:00 UTC by Hanno Böck
Modified: 2006-03-10 17:00 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 Hanno Böck gentoo-dev 2006-01-31 09:00:43 UTC
dev-lang/erlang has
X? ( virtual/x11)
in depend.
Comment 1 Joshua Baergen (RETIRED) gentoo-dev 2006-02-11 08:22:29 UTC
As far as I can tell, that virtual/x11 dependency can be dropped.  No script I have shows a dependency on any X libs.

I briefly looked at the provided configure.in and didn't see any X references there either.
Comment 2 Tom Payne (RETIRED) gentoo-dev 2006-03-01 08:42:49 UTC
dev-lang/erlang/erlang-10.2.7.ebuild includes a RDEPEND "X? ( virtual/x11 )" and a DEPEND "X? ( dev-lang/tk )".

If the dependency is on Tcl/Tk rather than directly on X11 then I suggest removing the dependency on virtual/x11 and instead using the tclck USE flag and depending only on dev-lang/tk, i.e.
  tcltk? ( dev-lang/tk )

If there is a real dependency on X11 then you need to replace X? ( virtual/x11 ) with the correct modular X dependencies.

Cheers,

Tom
Comment 3 SpanKY gentoo-dev 2006-03-07 15:14:13 UTC
fixed in cvs, thanks