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 0F1201396D9 for ; Tue, 21 Nov 2017 15:33:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24A52E0F0F; Tue, 21 Nov 2017 15:33:17 +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 02E34E0EBA for ; Tue, 21 Nov 2017 15:33:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 649B333C770 for ; Tue, 21 Nov 2017 15:33:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFC82A29F for ; Tue, 21 Nov 2017 15:33:13 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1511278320.5a8d9590240bb54908d7bb898ef6f80efc9a4151.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/btrfs-progs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/btrfs-progs/btrfs-progs-4.14.ebuild X-VCS-Directories: sys-fs/btrfs-progs/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 5a8d9590240bb54908d7bb898ef6f80efc9a4151 X-VCS-Branch: master Date: Tue, 21 Nov 2017 15:33:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 42979998-7b51-4264-a2fa-f7d0cb131262 X-Archives-Hash: d750d9afe54e0f146074874bddc718ae commit: 5a8d9590240bb54908d7bb898ef6f80efc9a4151 Author: Mike Gilbert gentoo org> AuthorDate: Tue Nov 21 15:31:40 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Nov 21 15:32:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8d9590 sys-fs/btrfs-progs: disable zstd upon request Closes: https://bugs.gentoo.org/638324 Package-Manager: Portage-2.3.14_p5, Repoman-2.3.6 sys-fs/btrfs-progs/btrfs-progs-4.14.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-fs/btrfs-progs/btrfs-progs-4.14.ebuild b/sys-fs/btrfs-progs/btrfs-progs-4.14.ebuild index 8a28c861ce6..5ecd9046025 100644 --- a/sys-fs/btrfs-progs/btrfs-progs-4.14.ebuild +++ b/sys-fs/btrfs-progs/btrfs-progs-4.14.ebuild @@ -83,6 +83,7 @@ src_configure() { --bindir="${EPREFIX}"/sbin $(use_enable convert) $(use_enable elibc_glibc backtrace) + $(use_enable zstd) --with-convert=ext2$(usex reiserfs ',reiserfs' '') ) econf "${myeconfargs[@]}"