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 1MKGjj-00012M-W9 for garchives@archives.gentoo.org; Fri, 26 Jun 2009 19:05:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ABC1E0478; Fri, 26 Jun 2009 19:05:23 +0000 (UTC) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by pigeon.gentoo.org (Postfix) with ESMTP id C7E1DE0478 for ; Fri, 26 Jun 2009 19:05:22 +0000 (UTC) Received: by ewy7 with SMTP id 7so3284871ewy.34 for ; Fri, 26 Jun 2009 12:05:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=eeZTV/y8+SUhjz6Lb5sI/sKNwac193TZt+9LKQRp6Os=; b=bqgm+oiRBiJL3dPz/yqK7L5tpOzum5CFn9cQQkm+jmLyb/NfTv2u77fUpYCLtG02e/ CSXGeNL7CyQBdyfQ+eWkXXQyNxGm01zptMnQaUBa7g3I7Furl4FiPbQJn3FIIb/K3CE2 Gjlnjdzkz2uKcjrEok1TUHgWc8JVlH6ZBGk2A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=ft8iNTSlmfnFquoiSoPfCJd7un6lr+jveWAtyrYeBnV8sSy11iVYggkk23d1pn/pOW +lf/6dOihG1uqOmdHHvQg9wrNbkV1lp7WJ/yVzlgBZTts4pJVW0xyegv3ZHCKUWebWVf LtyjcJy4/6UdjTVIImQzZDzOkfS2Pnvgdo8nk= Received: by 10.210.133.2 with SMTP id g2mr55998ebd.23.1246043122243; Fri, 26 Jun 2009 12:05:22 -0700 (PDT) Received: from localhost.localdomain (92-235-187-79.cable.ubr18.sgyl.blueyonder.co.uk [92.235.187.79]) by mx.google.com with ESMTPS id 10sm6845610ewy.12.2009.06.26.12.05.21 (version=SSLv3 cipher=RC4-MD5); Fri, 26 Jun 2009 12:05:21 -0700 (PDT) From: Ciaran McCreesh To: gentoo-pms@lists.gentoo.org Cc: Ciaran McCreesh Subject: [gentoo-pms] [PATCH] USE_EXPAND_UNPREFIXED should be incremental too. Date: Fri, 26 Jun 2009 20:05:16 +0100 Message-Id: <1246043116-6599-1-git-send-email-ciaran.mccreesh@googlemail.com> X-Mailer: git-send-email 1.6.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Package Manager Specification discussions X-BeenThere: gentoo-pms@gentoo.org X-BeenThere: gentoo-pms@lists.gentoo.org X-Archives-Salt: b52a7d33-5cea-4777-8cc5-f936576e0335 X-Archives-Hash: 170e8da2c592649c011288cd13be4350 We list all the other USE_EXPAND related variables as incremental, but not USE_EXPAND_UNPREFIXED. This doesn't make sense. --- profile-variables.tex | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/profile-variables.tex b/profile-variables.tex index b514cac..76623e3 100644 --- a/profile-variables.tex +++ b/profile-variables.tex @@ -27,6 +27,7 @@ incrementally; otherwise, the following variables may or may not be treated incr \begin{compactitem} \item \t{IUSE\_IMPLICIT} \item \t{USE\_EXPAND\_IMPLICIT} +\item \t{USE\_EXPAND\_UNPREFIXED} \item Any variable whose name is \t{USE\_EXPAND\_VALUES\_\$\{value\}}, where \t{\$\{value\}} is any value in \t{USE\_EXPAND\_IMPLICIT}. \end{compactitem} -- 1.6.2