Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/containers-storage/
Date: Wed, 07 Aug 2019 23:33:30
Message-Id: 1565220797.ed90da501fed0c2bb20ded6190622de4d03db16e.zmedico@gentoo
1 commit: ed90da501fed0c2bb20ded6190622de4d03db16e
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 7 23:31:04 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 7 23:33:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed90da50
7
8 app-emulation/containers-storage: fix USE=-btrfs
9
10 Closes: https://bugs.gentoo.org/691694
11 Reported-by: Toralf Förster <toralf <AT> gentoo.org>
12 Package-Manager: Portage-2.3.71, Repoman-2.3.17
13 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 app-emulation/containers-storage/containers-storage-1.12.16.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-emulation/containers-storage/containers-storage-1.12.16.ebuild b/app-emulation/containers-storage/containers-storage-1.12.16.ebuild
19 index 23a29fc2a6f..a472e58367b 100644
20 --- a/app-emulation/containers-storage/containers-storage-1.12.16.ebuild
21 +++ b/app-emulation/containers-storage/containers-storage-1.12.16.ebuild
22 @@ -43,7 +43,7 @@ src_prepare() {
23 default
24
25 [[ -f ${S}/src/${EGO_PN}/hack/btrfs_tag.sh ]] || die
26 - use btrfs || { echo -e "#!/bin/sh\necho btrfs_noversion" > \
27 + use btrfs || { echo -e "#!/bin/sh\necho exclude_graphdriver_btrfs" > \
28 "${S}/src/${EGO_PN}/hack/btrfs_tag.sh" || die; }
29
30 [[ -f ${S}/src/${EGO_PN}/hack/libdm_tag.sh ]] || die