Skip to content

Commit

Permalink
app-containers/skopeo: revbump 1.14.0
Browse files Browse the repository at this point in the history
1. Use einstalldocs instead of manual dodoc
2. fix build error caused by device-mapper introduced in 1.14.0-r2
containers/skopeo#2161

Closes: https://bugs.gentoo.org/919074
Signed-off-by: Rahil Bhimjiani <[email protected]>
Closes: gentoo#34103
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
Rahil Bhimjiani authored and thesamesam committed Dec 3, 2023
1 parent 8e50a60 commit 53f5824
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ run_make() {
emake \
BTRFS_BUILD_TAG="$(usex btrfs '' 'btrfs_noversion exclude_graphdriver_btrfs')" \
CONTAINERSCONFDIR="${EPREFIX}/etc/containers" \
LIBDM_BUILD_TAG=$(usex device-mapper '' libdm_no_deferred_remove) \
LIBSUBID_BUILD_TAG=$(usex rootless 'libsubid' '') \
LIBDM_BUILD_TAG="$(usex device-mapper '' 'libdm_no_deferred_remove exclude_graphdriver_devicemapper')" \
LIBSUBID_BUILD_TAG="$(usex rootless 'libsubid' '')" \
PREFIX="${EPREFIX}/usr" \
$@
}
Expand All @@ -63,7 +63,7 @@ src_install() {
# The install target in the Makefile tries to rebuild the binary and
# installs things that are already installed by containers-common.
dobin bin/skopeo
dodoc README.md
einstalldocs
doman docs/*.1
run_make "DESTDIR=${D}" install-completions
}

0 comments on commit 53f5824

Please sign in to comment.