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 040C7138334 for ; Sun, 15 Sep 2019 16:41:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA4F9E08E8; Sun, 15 Sep 2019 16:41:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 48242E08C9 for ; Sun, 15 Sep 2019 16:41:20 +0000 (UTC) Received: from mail-io1-f50.google.com (mail-io1-f50.google.com [209.85.166.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mattst88) by smtp.gentoo.org (Postfix) with ESMTPSA id 4408D34B1D6 for ; Sun, 15 Sep 2019 16:41:19 +0000 (UTC) Received: by mail-io1-f50.google.com with SMTP id k5so48087335iol.5 for ; Sun, 15 Sep 2019 09:41:19 -0700 (PDT) X-Gm-Message-State: APjAAAWt6bfMYgvSR0tl7UyBiCTKzegiFolQOgToeCNIjbppD/gN72qt yESlzQkcMODV+fD3OkMQJN+TLEqTBKuK675nRwI= X-Google-Smtp-Source: APXvYqw6r9Cpg4tczXh2QDsP2vsNWQZ0G1qzEb+Fng4mR7w4hqyn9w1X9wZpDC2MH154nJWUZdvYdqa9UfsaF4rOfA4= X-Received: by 2002:a6b:b792:: with SMTP id h140mr12241862iof.225.1568565677373; Sun, 15 Sep 2019 09:41:17 -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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: <20190915141232.237555-1-mgorny@gentoo.org> In-Reply-To: <20190915141232.237555-1-mgorny@gentoo.org> From: Matt Turner Date: Sun, 15 Sep 2019 09:41:05 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-dev] [PATCH 1/2] use.desc: Make lz4 a global flag To: gentoo development Cc: =?UTF-8?B?TWljaGHFgiBHw7Nybnk=?= Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 10f24233-1780-4a42-8975-1a9bd9e23ced X-Archives-Hash: fa7e82824807ac5d61886e438a5b35e8 On Sun, Sep 15, 2019 at 7:12 AM Micha=C5=82 G=C3=B3rny = wrote: > > The 'lz4' flag is used consistently for the LZ4 compression algorithm > in 23 packages. Make it a global flag. Good idea. Ack for both this and snappy.