Gentoo Archives: gentoo-user

From: "Arttu V." <arttuv69@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Skipping interactive emerges
Date: Fri, 18 Sep 2009 09:35:41
Message-Id: fecdbac60909180235o6997813gb870017a70294538@mail.gmail.com
In Reply to: [gentoo-user] Skipping interactive emerges by Neil Bothwick
1 On 9/18/09, Neil Bothwick <neil@××××××××××.uk> wrote:
2 > There's got ot be an easy answer to this, but I've looked in the portage,
3 > emerge and make.conf man pages to no avail. Is it possible to have
4 > emerge skip interactive ebuilds during a world update?
5
6 portage man-page seems to be outdated (missing the info).
7
8 Deny interactivity (e.g., in make.conf):
9
10 ACCEPT_PROPERTIES="-interactive"
11
12 Then try to emerge something interactive:
13
14 !!! All ebuilds that could satisfy "games-fps/enemy-territory" have been masked.
15 !!! One of the following masked packages is required to complete your request:
16 - games-fps/enemy-territory-2.60b (masked by: interactive properties)
17
18 I believe the source of this feature is this bug:
19
20 http://bugs.gentoo.org/151113
21
22 Naturally, I'm running 2.2rc-series portage, so 2.1 might not have it.
23
24 --
25 Arttu V.

Replies

Subject Author
Re: [gentoo-user] Skipping interactive emerges Neil Bothwick <neil@××××××××××.uk>