diff options
author | William Hubbs <williamh@gentoo.org> | 2022-04-04 14:38:21 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2022-04-04 14:39:43 -0500 |
commit | cbf258022906bc2b9c9dc46a424a4b7bad4f280a (patch) | |
tree | b68775dadc4da1715755685cce13336fd2526011 /app-containers/containerd/containerd-1.6.2.ebuild | |
parent | x11-misc/polybar: add 3.6.2 (diff) | |
download | gentoo-cbf258022906bc2b9c9dc46a424a4b7bad4f280a.tar.gz gentoo-cbf258022906bc2b9c9dc46a424a4b7bad4f280a.tar.bz2 gentoo-cbf258022906bc2b9c9dc46a424a4b7bad4f280a.zip |
app-containers/containerd: update SRC_URI
The vendor directory is not complete, so we need to create a dependency
tarball.
Closes: https://bugs.gentoo.org/836767
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-containers/containerd/containerd-1.6.2.ebuild')
-rw-r--r-- | app-containers/containerd/containerd-1.6.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-containers/containerd/containerd-1.6.2.ebuild b/app-containers/containerd/containerd-1.6.2.ebuild index 1ffc0094d062..eef31e9b8f79 100644 --- a/app-containers/containerd/containerd-1.6.2.ebuild +++ b/app-containers/containerd/containerd-1.6.2.ebuild @@ -8,6 +8,7 @@ inherit go-module systemd DESCRIPTION="A daemon to control runC" HOMEPAGE="https://containerd.io/" SRC_URI="https://github.com/containerd/containerd/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" LICENSE="Apache-2.0" SLOT="0" |