gentoo-ebuilds/app-containers/buildah/files/buildah-1.38.0-disable-tests.patch
Arthur Zamarin c156590aba
app-containers/buildah: move patch from inline to files/ [QA]
This was weird solution, with nothing to gain from inline patch in the
ebuild. No variable substitution, no conditional, nothing. It was even
the same file across versions.

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-02-28 20:14:06 +02:00

8 lines
237 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -56 +56 @@
-all: bin/buildah bin/imgtype bin/copy bin/inet bin/tutorial docs
+all: bin/buildah docs
@@ -122 +122 @@
-docs: install.tools ## build the docs on the host
+docs: ## build the docs on the host