From ed90da501fed0c2bb20ded6190622de4d03db16e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 7 Aug 2019 16:31:04 -0700 Subject: app-emulation/containers-storage: fix USE=-btrfs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/691694 Reported-by: Toralf Förster Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Zac Medico --- app-emulation/containers-storage/containers-storage-1.12.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-emulation') 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 23a29fc2a6f9..a472e58367b6 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 -- cgit v1.2.3-65-gdbad