Gentoo Archives: gentoo-science

From: Jan Marten Simons <marten@××××××××××××××××.de>
To: gentoo-science@l.g.o
Subject: [gentoo-science] fltk DEPEND problem in drawxtl ebuilds
Date: Tue, 05 Apr 2011 14:14:39
Message-Id: 201104051613.58318.marten@xtal.rwth-aachen.de
1 from drawxtl-44.ebuild:
2
3 DEPEND="opengl? (
4 [...]
5 fltk? ( x11-libs/fltk:1.1[opengl?] )"
6
7
8 from drawxtl-54.ebuild:
9
10 DEPEND="virtual/opengl
11 [...]
12 x11-libs/fltk:1.1[opengl]"
13
14
15 As one can see both depend on fltk slot 1.1. As there are only fltk slots "1"
16 and "2" available in portage now the dependency resolusion fails.
17
18 This could either be fixed with reintroducing slots 1.1 and 1.3 to fltk or to
19 test drawxtl with fltk 1.3 and depending on fltk slot 1 only.
20
21 With regards,
22
23 Jan M. Simons

Replies