From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-dev+bounces-59707-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 3F7B01381F3
	for <garchives@archives.gentoo.org>; Wed, 17 Apr 2013 18:58:27 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9A1B5E09D1;
	Wed, 17 Apr 2013 18:58:23 +0000 (UTC)
Received: from mail-ie0-f173.google.com (mail-ie0-f173.google.com [209.85.223.173])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id AB379E094E
	for <gentoo-dev@lists.gentoo.org>; Wed, 17 Apr 2013 18:58:22 +0000 (UTC)
Received: by mail-ie0-f173.google.com with SMTP id k5so2296813iea.32
        for <gentoo-dev@lists.gentoo.org>; Wed, 17 Apr 2013 11:58:21 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=x-received:message-id:date:from:user-agent:mime-version:to:subject
         :references:in-reply-to:content-type:content-transfer-encoding;
        bh=trMAAiyv74yw2/OniJAQM9Bcgkl1+j3VD3cEeTFggO8=;
        b=THtwO8ZnEqA5RZldTeYgsjtHsIp9huxDd1VRK+SfcKMlCif6MGoRvkzmXN3RJFn1Yd
         fyABaAiRvuvrSy6saGmUJ4t4KWTu9VaLSk3F3jst9sG3E0pLN6FwF8y7jgBDZPLpP9F8
         iAykDTZ1gMC28n5H20sd25j/gt/OenO/JfS5J7glPWUSjR9cUzs86aUvny5u5M1Kt9M4
         jwZ3kZ2mzhFOYah3zNRsYopbZvAy0CKsjfKn/ya7AnGMP/SyAgnswvWoFNHsAP8F/yu0
         ZM3y3TcI4+EuXMeWc+EZPP87Pcb5XFVsKifaFzMqqUT+S8rdAvV85vGwLkf83xk6+PmY
         sm0A==
X-Received: by 10.50.192.201 with SMTP id hi9mr11261995igc.48.1366225101770;
        Wed, 17 Apr 2013 11:58:21 -0700 (PDT)
Received: from [10.0.0.4] (adsl-108-92-200-131.dsl.klmzmi.sbcglobal.net. [108.92.200.131])
        by mx.google.com with ESMTPS id qs4sm8515281igb.10.2013.04.17.11.58.20
        (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
        Wed, 17 Apr 2013 11:58:21 -0700 (PDT)
Message-ID: <516EF0CC.9060500@gmail.com>
Date: Wed, 17 Apr 2013 14:58:20 -0400
From: Michael Mol <mikemol@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
MIME-Version: 1.0
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] autoconf now supports multislots
References: <201304171433.29938.vapier@gentoo.org> <20130417194813.68a95fba@googlemail.com>
In-Reply-To: <20130417194813.68a95fba@googlemail.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Archives-Salt: b0d3b7a0-eb56-4708-a720-2a524a3a8105
X-Archives-Hash: f9b7a89ca3a122d3972eae8c2b13c367

On 4/17/2013 2:48 PM, Ciaran McCreesh wrote:
> On Wed, 17 Apr 2013 14:33:29 -0400
> Mike Frysinger <vapier@gentoo.org> wrote:
>> but i'm super lazy, so even this manual step is annoying.  as such,
>> i've added USE=multislot support to autoconf (just like it is with
>> binutils & gcc).
> 
> But it's massively illegal and doesn't work correctly in Portage.
> 

For the benefit of those of us (well, me) not sufficiently versed in PMS
et al to be able to immediately deduce why it's illegal and why it
wouldn't work correctly in Portage, could you please elucidate?