From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5348E138334 for ; Mon, 12 Nov 2018 20:57:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8266E0ABD; Mon, 12 Nov 2018 20:57:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70B7EE0AB5 for ; Mon, 12 Nov 2018 20:57:48 +0000 (UTC) Received: from [192.168.1.100] (c-98-218-46-55.hsd1.md.comcast.net [98.218.46.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mjo) by smtp.gentoo.org (Postfix) with ESMTPSA id A34A7335C5D for ; Mon, 12 Nov 2018 20:57:46 +0000 (UTC) Subject: Re: [gentoo-dev] [PATCH] install-qa-check.d: Support QA{,_STRICT}_INSTALL_PATHS variables (bug 670902) To: gentoo-dev@lists.gentoo.org References: <20181112203344.611-1-zmedico@gentoo.org> From: Michael Orlitzky Message-ID: <2f93eb4a-0fdf-ac1f-d40d-81a3b6a944e9@gentoo.org> Date: Mon, 12 Nov 2018 15:57:40 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 In-Reply-To: <20181112203344.611-1-zmedico@gentoo.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Archives-Salt: 0b4981f0-dbed-4902-ae2a-1c8982ccf0ea X-Archives-Hash: 9075c7b72d6e565a89eb06d1d4c1ffff On 11/12/2018 03:33 PM, Zac Medico wrote: > > QA_INSTALL_PATHS=( /nix ) > That really, really, really doesn't belong there.