Diff nerdctl-0.23.0 with a nerdctl-1.0.0

/usr/portage/app-containers/nerdctl/nerdctl-1.0.0.ebuild 2023-10-09 14:52:28.224368318 +0300
7 7
DESCRIPTION="Docker-compatible CLI for containerd, with support for Compose"
8 8
HOMEPAGE="https://github.com/containerd/nerdctl"
9 9

  
10
EGIT_COMMIT="660680b7ddfde1d38a66ec1c7f08f8d89ab92c68"
10
EGIT_COMMIT="c00780a1f5b905b09812722459c54936c9e070e6"
11 11
# There are too many vendor dependencies to distribute via EGO_SUM (see https://bugs.gentoo.org/721088),
12 12
# so they are instead distributed via a combined tarball.
13 13
SRC_URI="https://github.com/zmedico/nerdctl/archive/refs/tags/v${PV}-vendor.tar.gz -> ${P}-vendor.tar.gz"
......
21 21

  
22 22
src_prepare() {
23 23
	sed -e 's:/usr/local/bin:/usr/bin:' \
24
		-e "s|^VERSION[[:space:]]*=.*|VERSION := v${PV}|" \
25
		-e "s|^REVISION[[:space:]]*=.*|REVISION := ${EGIT_COMMIT}|" \
24
		-e "s|^VERSION[[:space:]]*?=.*|VERSION := v${PV}|" \
25
		-e "s|^REVISION[[:space:]]*?=.*|REVISION := ${EGIT_COMMIT}|" \
26 26
		-i Makefile || die
27 27
	default
28 28
}
Thank you!