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 976E2138334 for ; Sun, 15 Sep 2019 14:18:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 486E9E092B; Sun, 15 Sep 2019 14:18:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 016EEE0921 for ; Sun, 15 Sep 2019 14:18:31 +0000 (UTC) Received: from localhost.localdomain (c134-66.icpnet.pl [85.221.134.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 803BC34B1AE; Sun, 15 Sep 2019 14:18:30 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 1/2] use.desc: Make 'snappy' a global USE flag Date: Sun, 15 Sep 2019 16:18:21 +0200 Message-Id: <20190915141822.239275-1-mgorny@gentoo.org> X-Mailer: git-send-email 2.23.0 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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 3636f04a-a574-4e90-8578-1c374c60201a X-Archives-Hash: 8fb70f6b53da163bbcb1777b581b7c66 The 'snappy' flag is used consistently in 9 packages. Make it a global flag. Signed-off-by: Michał Górny --- profiles/use.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/use.desc b/profiles/use.desc index 0969d8f8b7b5..b0df28227678 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -294,6 +294,7 @@ slang - Add support for the slang text display library (it's like ncurses, but d slp - Add Service Locator Protocol support smartcard - Enable smartcard support smp - Enable support for multiprocessors or multicore systems +snappy - Enable support for Snappy compression (as implemented in app-arch/snappy) sndfile - Add support for libsndfile snmp - Add support for the Simple Network Management Protocol if available soap - Add support for SOAP (Simple Object Access Protocol) -- 2.23.0