Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] readline ebuild problem
Date: Tue, 02 Dec 2008 13:59:36
Message-Id: 20081202135941.GI13231@gentoo.org
In Reply to: Re: [gentoo-alt] readline ebuild problem by Michael Haubenwallner
1 On 02-12-2008 14:16:28 +0100, Michael Haubenwallner wrote:
2 >
3 > On Tue, 2008-12-02 at 10:18 +0100, Fabian Groffen wrote:
4 > > On 02-12-2008 08:58:23 +0100, Michael Haubenwallner wrote:
5 > > > > > Recommended way ??
6 > > > >
7 > > > > !m68k-mint? ( sys-devel/libperl )
8 > > >
9 > > > What if simply not keywording sys-devel/libperl - or p.masking, and then
10 > > > doing:
11 > > >
12 > > > ( sys-devel/libperl || dev-lang/perl )
13 > >
14 > > isn't it perl itself that depends on libperl?
15 >
16 > Yes, but that is irrelevant here.
17 >
18 > This is meant for packages needing the perl-library only - preferrably
19 > shared (from sys-devel/libperl), or static (from dev-lang/perl) on MiNT.
20
21 Do those exist? That is the most imporant here. Because then you need
22 something like:
23 || ( sys-devel/libperl m68k-mint? ( dev-lang/perl ) )
24 probably better:
25 !m68k-mint? ( sys-devel/libperl )
26 m68k-mint? ( dev-lang/perl)
27
28 yeah, ugly, so the final solution highly depends on how often this is
29 going to be necessary.
30
31
32 --
33 Fabian Groffen
34 Gentoo on a different level

Replies

Subject Author
Re: [gentoo-alt] readline ebuild problem Alan Hourihane <alanh@×××××××××××.uk>
Re: [gentoo-alt] readline ebuild problem Michael Haubenwallner <haubi@g.o>
Re: [gentoo-alt] readline ebuild problem Alan Hourihane <alanh@×××××××××××.uk>