commit: 1debc387a2b277e4049cc752113766918daddd50
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 14 21:24:57 2024 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Nov 14 21:25:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1debc387
app-containers/buildah: Update 9999
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
app-containers/buildah/buildah-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-containers/buildah/buildah-9999.ebuild
b/app-containers/buildah/buildah-9999.ebuild
index 2dcea51820e2..846ea4c76856 100644
--- a/app-containers/buildah/buildah-9999.ebuild
+++ b/app-containers/buildah/buildah-9999.ebuild
@@ -96,10 +96,10 @@ src_prepare() {
cat <<-'EOF' > "${T}/disable_tests.patch"
--- a/Makefile
+++ b/Makefile
- @@ -54 +54 @@
- -all: bin/buildah bin/imgtype bin/copy bin/tutorial docs
+ @@ -56 +56 @@
+ -all: bin/buildah bin/imgtype bin/copy bin/inet bin/tutorial
docs
+all: bin/buildah docs
- @@ -123 +123 @@
+ @@ -122 +122 @@
-docs: install.tools ## build the docs on the host
+docs: ## build the docs on the host
EOF