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 A83E3138334 for ; Tue, 21 Aug 2018 05:55:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 632FBE087B; Tue, 21 Aug 2018 05:54:55 +0000 (UTC) Received: from mail-pf1-f181.google.com (mail-pf1-f181.google.com [209.85.210.181]) (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 0ADA7E083E for ; Tue, 21 Aug 2018 05:54:54 +0000 (UTC) Received: by mail-pf1-f181.google.com with SMTP id k21-v6so7950055pff.11 for ; Mon, 20 Aug 2018 22:54:54 -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:cc:content-transfer-encoding; bh=vBAhQvU2lH8dN1atP0gQq+DnMid8bYrnolZIviPLNc8=; b=qGKfBClHs5t8xw85gPHkyRkv9D0HWvIiTCrJuRZDkRogrUHpxy37sVQLn20Mhv/lHl ATP9zfX8P7gum2FL4LSanhUpM+etKuitqUZOJ0bTrkkKnp+c/d7gcyBdwKOoa8RihHp1 /xlGSaRZaUZ+ChcKo5/KCwx/QDZwFKNtNq+QTncQqlFIVJWI2pY7f9vUdg1QNp7ym5n3 Ow/P//SjNbk5LtJ9+1QuWHuPz449Ps0+2fpQBkAoxcK2IhoaOmYHnuxtzTfFoE7f0hoi Bm1gj866LCg/IMKnqfHej37ekeG83Ju8vBj04yTLr/VIJU5kC3URBeF2KfLleIXgIPLU b5kg== X-Gm-Message-State: AOUpUlGdfUBKVsw5xWJrA/qeRB8+eP9ZccXsRCebZIADvUDoj4CNGVu0 7yE8chH74KUlJT998Y2rej6/pAD2Xm8sFxkODl7TbOxK X-Google-Smtp-Source: AA+uWPxz0IJDJ3uXQx0Ev/FpNaJB7O0FOX291O95y9PJ/LjAj9aZwqJYRyzozqS1q3PwamsdA28sS+WiUA2X+vCXOB8= X-Received: by 2002:a62:1219:: with SMTP id a25-v6mr51609911pfj.104.1534830893457; Mon, 20 Aug 2018 22:54:53 -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> In-Reply-To: <20180820145937.10739-1-mgorny@gentoo.org> From: Davide Pesavento Date: Tue, 21 Aug 2018 01:54:36 -0400 Message-ID: Subject: Re: [gentoo-dev] [PATCH] use.desc: Improve description of USE=test To: gentoo-dev@lists.gentoo.org Cc: mgorny@gentoo.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0f6e89f5-68ab-489a-86c1-b6474c26631d X-Archives-Hash: 6f3c29251085f25d03137bc66768526a 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 flag > 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 the ma= lloc() implementation with a possibly faster one > tcpd - Add support for TCP wrappers > -test - Workaround to pull in packages needed to run with FEATURES=3Dtest= . Portage-2.1.2 handles this internally, so don't set it in make.conf/packa= ge.use anymore > +test - Enable dependencies and/or preparations necessary to run tests (u= sually automatically controled by FEATURES=3Dtest but can be switched indep= endently) s/controled/controlled/ s/switched/enabled/ > theora - Add support for the Theora Video Compression Codec > threads - Add threads support for various packages. Usually pthreads > tidy - Add support for HTML Tidy > -- > 2.18.0 > Thanks, Davide