From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E726513888F for ; Sun, 18 Oct 2015 11:14:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5A8721C017; Sun, 18 Oct 2015 11:14:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 542A421C017 for ; Sun, 18 Oct 2015 11:14:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4ADA43404B1 for ; Sun, 18 Oct 2015 11:14:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3AC21293 for ; Sun, 18 Oct 2015 11:14:15 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1445033325.68960e58758c3e171fae59ac9c70a5ee8978f350.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 68960e58758c3e171fae59ac9c70a5ee8978f350 X-VCS-Branch: master Date: Sun, 18 Oct 2015 11:14:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: eb4a6cda-9418-4435-8e2e-53077ad17e94 X-Archives-Hash: 379b3e50c3e057ee7c53a79ef145a8ec commit: 68960e58758c3e171fae59ac9c70a5ee8978f350 Author: Ulrich Müller gentoo org> AuthorDate: Fri Oct 16 22:08:45 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Oct 16 22:08:45 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=68960e58 Calling a USE list function in global scope is an error. pkg-mgr-commands.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 1884a5c..83fbd68 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -646,8 +646,8 @@ in table~\ref{tab:compression-table} as supporting \t{docompress}. \subsubsection{Use List Functions} These functions provide behaviour based upon set or unset use flags. Ebuilds must not run any of -these commands once the current phase function has returned. Ebuilds must not run any of these -functions in global scope. +these commands once the current phase function has returned. It is an error if an ebuild calls any +of these functions in global scope. If any of these functions is called with a flag value that is not included in \t{IUSE\_EFFECTIVE}, either behaviour is undefined or it is an error as decided by table~\ref{tab:use-list-strictness}.