From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MoZsT-0008O8-MD for garchives@archives.gentoo.org; Fri, 18 Sep 2009 09:35:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD12DE07CB; Fri, 18 Sep 2009 09:35:40 +0000 (UTC) Received: from mail-fx0-f211.google.com (mail-fx0-f211.google.com [209.85.220.211]) by pigeon.gentoo.org (Postfix) with ESMTP id 6E40AE07CB for ; Fri, 18 Sep 2009 09:35:40 +0000 (UTC) Received: by fxm7 with SMTP id 7so563869fxm.34 for ; Fri, 18 Sep 2009 02:35:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=EN5n/rMKnX/k1DCVcoc4S0S8m5Hhm5/diRlpHVHlY5k=; b=DXdZ/MNkZWwDpYfOVANoc7pSf2bGsow9zeEOfT7NKsek+x4Wos91sq/aQTV06Qg969 wAQiezgoFcvQMtQpYBHB7svn6oV/Yz2CgdHnypKs0LmpBrHVj4636IX/dCSv8dWgqpFH PxgO4qU8xRnov6kH+T0l7oP8JYsR7BAFc//PA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=SFrJeqH2uZqY9ylumaz/i15x5AcumAXzez8+HbSF9d5KNjC+F06LZdQashw4GXgPBu QEX1mXJR7Y/IR+qFzxbR3wGslqiuskcKITr2rO/vUz7o1ad0GbFwX2lL4rZoShUdmZ1L t9rWwEkv+sWArpodxJgWm2FrOD0qJTkjxAeeo= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.204.3.19 with SMTP id 19mr1287619bkl.151.1253266539615; Fri, 18 Sep 2009 02:35:39 -0700 (PDT) In-Reply-To: <20090918101608.0fe2fba3@zaphod.digimed.co.uk> References: <20090918101608.0fe2fba3@zaphod.digimed.co.uk> Date: Fri, 18 Sep 2009 12:35:39 +0300 Message-ID: Subject: Re: [gentoo-user] Skipping interactive emerges From: "Arttu V." To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 4969a081-c6d3-49c4-8c64-6cd329c53e67 X-Archives-Hash: 4e8d2d6668c607ebf2100cfceb9871f4 On 9/18/09, Neil Bothwick wrote: > There's got ot be an easy answer to this, but I've looked in the portage, > emerge and make.conf man pages to no avail. Is it possible to have > emerge skip interactive ebuilds during a world update? portage man-page seems to be outdated (missing the info). Deny interactivity (e.g., in make.conf): ACCEPT_PROPERTIES="-interactive" Then try to emerge something interactive: !!! All ebuilds that could satisfy "games-fps/enemy-territory" have been masked. !!! One of the following masked packages is required to complete your request: - games-fps/enemy-territory-2.60b (masked by: interactive properties) I believe the source of this feature is this bug: http://bugs.gentoo.org/151113 Naturally, I'm running 2.2rc-series portage, so 2.1 might not have it. -- Arttu V.