Gentoo Archives: gentoo-alt

From: Alan Hourihane <alanh@×××××××××××.uk>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] readline ebuild problem
Date: Fri, 28 Nov 2008 10:57:08
Message-Id: 1227869823.13985.607.camel@jetpack.demon.co.uk
In Reply to: Re: [gentoo-alt] readline ebuild problem by Michael Haubenwallner
1 On Fri, 2008-11-28 at 11:35 +0100, Michael Haubenwallner wrote:
2 > On Fri, 2008-11-28 at 09:13 +0000, Alan Hourihane wrote:
3 >
4 > > > Eventually, sys-devel/libperl should generally be package.masked for
5 > > > FreeMiNT (as 'irrelevant', lol), or at least install nothing.
6 > >
7 > > I did try that a while ago, but it threw up lots of horrible problems
8 > > with DEPEND/RDEPEND. So what's the correct way to package.masked this to
9 > > install nothing ??
10 >
11 > You could either package.provide it, or in the ebuild just 'return 0' in
12 > src_unpack(), src_compile() and src_install().
13
14 Yeah, package.provide sounds like a nice solution :-)
15
16 Alan.