Gentoo Archives: gentoo-dev

From: Ciaran McCreesh <ciaran.mccreesh@××××××××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: Remaining PMS todo list etc
Date: Thu, 20 Mar 2008 07:55:39
Message-Id: 20080320075521.1651a1e6@snowcone
In Reply to: [gentoo-dev] Re: Remaining PMS todo list etc by Christian Faulhammer
1 On Thu, 20 Mar 2008 08:52:40 +0100
2 Christian Faulhammer <opfer@g.o> wrote:
3 > if has userpriv ${FEATURES} && ! has usersandbox ${FEATURES};then
4 > make check-local || die "test suite failed"
5 > else
6 > ewarn "Activate FEATURES=userpriv and deactivate \
7 > FEATURES=usersandbox to run testsuite."
8 > fi
9 >
10 > ^ That's mlocate, mysql also tests for FEATURES.
11
12 Yeah, and that's a strong case for why we don't want FEATURES used in
13 ebuilds -- the ebuild is copying package manager internal logic that
14 has changed in the past and may well change in the future.
15
16 --
17 Ciaran McCreesh

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-dev] Re: Remaining PMS todo list etc Christian Faulhammer <opfer@g.o>