app-containers/containers-image: bump to 5.29.2-r1

Apologies from my side, I let the bug slip in

Closes: https://bugs.gentoo.org/show_bug.cgi?id=923700
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
Closes: https://github.com/gentoo/gentoo/pull/35166
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Rahil Bhimjiani
2024-02-03 14:44:54 +05:30
committed by Sam James
parent 00490511a5
commit e7fd3a2d11
3 changed files with 14 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ RESTRICT='test'
BDEPEND=">=dev-go/go-md2man-2.0.3"
PATCHES=(
"${FILESDIR}"/moving-policy-json-default-yaml.patch
"${FILESDIR}"/prevent-downloading-mods-5.29.2.patch
)
src_compile() {

View File

@@ -21,6 +21,9 @@ SLOT="0"
# https://github.com/gentoo/gentoo/pull/35012#discussion_r1473740969
RESTRICT='test'
BDEPEND=">=dev-go/go-md2man-2.0.3"
PATCHES=(
"${FILESDIR}"/prevent-downloading-mods-5.29.2.patch
)
src_compile() {
emake docs

View File

@@ -0,0 +1,10 @@
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,6 @@
BUILDTAGS = btrfs_noversion libdm_no_deferred_remove
BUILDFLAGS := -tags "$(BUILDTAGS)"
-PACKAGES := $(shell GO111MODULE=on go list $(BUILDFLAGS) ./...)
SOURCE_DIRS = $(shell echo $(PACKAGES) | awk 'BEGIN{FS="/"; RS=" "}{print $$4}' | uniq)
PREFIX ?= ${DESTDIR}/usr