app-containers/skopeo: fix failed build when -device-mapper

https://github.com/containers/skopeo/pull/2161

Signed-off-by: Rahil Bhimjiani <me@rahil.website>
Closes: https://github.com/gentoo/gentoo/pull/33965
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Rahil Bhimjiani
2023-11-24 17:39:34 +05:30
committed by Sam James
parent 6c1418c404
commit ca86f0c551
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ src_prepare() {
cat <<-EOF > hack/libdm_tag.sh || die
#!/usr/bin/env bash
$(usex device-mapper echo "echo libdm_no_deferred_remove")
$(usex device-mapper echo "echo libdm_no_deferred_remove exclude_graphdriver_devicemapper")
EOF
cat <<-EOF > hack/libsubid_tag.sh || die

View File

@@ -62,7 +62,7 @@ src_prepare() {
cat <<-EOF > hack/libdm_tag.sh || die
#!/usr/bin/env bash
$(usex device-mapper echo "echo libdm_no_deferred_remove")
$(usex device-mapper echo "echo libdm_no_deferred_remove exclude_graphdriver_devicemapper")
EOF
cat <<-EOF > hack/libsubid_tag.sh || die