diff options
author | Zac Medico <zmedico@gentoo.org> | 2024-11-14 13:24:57 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2024-11-14 13:25:46 -0800 |
commit | 1debc387a2b277e4049cc752113766918daddd50 (patch) | |
tree | eec4f401a844639911ced6104871b0120581c150 /app-containers | |
parent | app-text/cherrytree: restrict <libfmt-11 in 1.1.4 (diff) | |
download | gentoo-1debc387a2b277e4049cc752113766918daddd50.tar.gz gentoo-1debc387a2b277e4049cc752113766918daddd50.tar.bz2 gentoo-1debc387a2b277e4049cc752113766918daddd50.zip |
app-containers/buildah: Update 9999
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/buildah/buildah-9999.ebuild | 6 |
1 files 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 |