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 4E0EC138334 for ; Wed, 7 Aug 2019 23:33:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54184E0835; Wed, 7 Aug 2019 23:33:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3C851E0835 for ; Wed, 7 Aug 2019 23:33:28 +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 0068B349538 for ; Wed, 7 Aug 2019 23:33:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 064036FF for ; Wed, 7 Aug 2019 23:33:25 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1565220797.ed90da501fed0c2bb20ded6190622de4d03db16e.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/containers-storage/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/containers-storage/containers-storage-1.12.16.ebuild X-VCS-Directories: app-emulation/containers-storage/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: ed90da501fed0c2bb20ded6190622de4d03db16e X-VCS-Branch: master Date: Wed, 7 Aug 2019 23:33:25 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 58c30f6b-8782-4bb8-b1ce-236de3d1672f X-Archives-Hash: 4ea9370ac27d3de287994ad5934c9f3b commit: ed90da501fed0c2bb20ded6190622de4d03db16e Author: Zac Medico gentoo org> AuthorDate: Wed Aug 7 23:31:04 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Aug 7 23:33:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed90da50 app-emulation/containers-storage: fix USE=-btrfs Closes: https://bugs.gentoo.org/691694 Reported-by: Toralf Förster gentoo.org> Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Zac Medico gentoo.org> app-emulation/containers-storage/containers-storage-1.12.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/containers-storage/containers-storage-1.12.16.ebuild b/app-emulation/containers-storage/containers-storage-1.12.16.ebuild index 23a29fc2a6f..a472e58367b 100644 --- a/app-emulation/containers-storage/containers-storage-1.12.16.ebuild +++ b/app-emulation/containers-storage/containers-storage-1.12.16.ebuild @@ -43,7 +43,7 @@ src_prepare() { default [[ -f ${S}/src/${EGO_PN}/hack/btrfs_tag.sh ]] || die - use btrfs || { echo -e "#!/bin/sh\necho btrfs_noversion" > \ + use btrfs || { echo -e "#!/bin/sh\necho exclude_graphdriver_btrfs" > \ "${S}/src/${EGO_PN}/hack/btrfs_tag.sh" || die; } [[ -f ${S}/src/${EGO_PN}/hack/libdm_tag.sh ]] || die