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 B8495138334 for ; Tue, 21 Aug 2018 15:58:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A64DE0806; Tue, 21 Aug 2018 15:58:06 +0000 (UTC) Received: from mail-pg1-f172.google.com (mail-pg1-f172.google.com [209.85.215.172]) (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 1336BE07C9 for ; Tue, 21 Aug 2018 15:58:05 +0000 (UTC) Received: by mail-pg1-f172.google.com with SMTP id t14-v6so1937313pgf.0 for ; Tue, 21 Aug 2018 08:58:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-transfer-encoding; bh=SMKbosKFJlLpaUkTRoH+lgvWM8cd8cVBlBkAXW1sr9k=; b=ETW3va4w96GypmhUT3zXXh81/Ress+L4gJjGEUrYoRjCulUVR4VznrapyHiaHAuLRf oInwGnSeSv040wA46h35tVOtgfKX3weycYVYNvABLd8OCA2v4Q5qlg/Xh2xIujP60PJh 44kTYfeoy/4hhiCBxajKxqsUI17Krt5KKHkoVt9MTC8yzGuFpDlMXBIdzCEt7KyWm9Ex jkw7TqfsGWGk5+ugBZNZB4FYp78ZNp5IoMJHFofaWbEmCaY7uzb6CI0XLxWi3355+N1t VtNaOJWPMS5RIUSeu7KeXvv41AFOYKrvTWR4fV4/DUnc6LgAR2SN6UfBXQwkQC7gjI9D +Jng== X-Gm-Message-State: AOUpUlFGA7C5ms5v8qTcay5/9VDtSE4ImgH/FN57FogfKya6rduqIYw5 XSHCBPIUsbnTL/QKw6XJdUszb6OhKeA3Bw5TT8nixg== X-Google-Smtp-Source: AA+uWPw/S0/7DhNGuFY9Gmj+FRJRHUL++lsEAFWmGnMqUkM6TE/EPpAoguoUDUPhqHzbN5XMkvYkc5KFhn9WmTaW6L0= X-Received: by 2002:a63:d54e:: with SMTP id v14-v6mr48638090pgi.264.1534867084372; Tue, 21 Aug 2018 08:58:04 -0700 (PDT) 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 References: <20180820143433.27556-1-mgorny@gentoo.org> <20180820145937.10739-1-mgorny@gentoo.org> <1534833968.953.2.camel@gentoo.org> In-Reply-To: <1534833968.953.2.camel@gentoo.org> From: Davide Pesavento Date: Tue, 21 Aug 2018 11:57:48 -0400 Message-ID: Subject: Re: [gentoo-dev] [PATCH] use.desc: Improve description of USE=test To: gentoo-dev@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 88a9ec02-0ab4-4c4e-a5cb-665f0b70f509 X-Archives-Hash: 15ea33e238ad2ae75e9c5666c0b1dc82 On Tue, Aug 21, 2018 at 2:46 AM Micha=C5=82 G=C3=B3rny = wrote: > > On Tue, 2018-08-21 at 01:54 -0400, Davide Pesavento wrote: > > On Mon, Aug 20, 2018 at 11:00 AM Micha=C5=82 G=C3=B3rny wrote: > > > > > > Improve the description of USE=3Dtest to clearly indicate what the fl= ag > > > does instead of claiming it workaround for Portage. > > > --- > > > profiles/use.desc | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > Changed in v2: added description of FEATURES=3Dtest relevance > > > > > > diff --git a/profiles/use.desc b/profiles/use.desc > > > index 078226b92250..bd360194a09b 100644 > > > --- a/profiles/use.desc > > > +++ b/profiles/use.desc > > > @@ -338,7 +338,7 @@ taglib - Enable tagging support with taglib > > > tcl - Add support the Tcl language > > > tcmalloc - Use the dev-util/google-perftools libraries to replace th= e malloc() implementation with a possibly faster one > > > tcpd - Add support for TCP wrappers > > > -test - Workaround to pull in packages needed to run with FEATURES=3D= test. Portage-2.1.2 handles this internally, so don't set it in make.conf/p= ackage.use anymore > > > +test - Enable dependencies and/or preparations necessary to run test= s (usually automatically controled by FEATURES=3Dtest but can be switched i= ndependently) > > > > s/controled/controlled/ > > s/switched/enabled/ > > It can also be disabled. Maybe 'toggled'? > Wait, are you saying that I can set USE=3D-test while FEATURES=3Dtest is enabled? Is that a valid combination?