commit: 0abc9eab5f95db5ae737070a7a2845a9ebc2b9f8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Dec 27 08:28:59 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Dec 27 08:28:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abc9eab
app-containers/runc: fix RUNC_COMMIT for 1.4.0 The RUNC_COMMIT value was copied from 1.3.3. Closes: https://bugs.gentoo.org/968007 Signed-off-by: Sam James <sam <AT> gentoo.org> app-containers/runc/{runc-1.4.0.ebuild => runc-1.4.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/runc/runc-1.4.0.ebuild b/app-containers/runc/runc-1.4.0-r1.ebuild similarity index 96% rename from app-containers/runc/runc-1.4.0.ebuild rename to app-containers/runc/runc-1.4.0-r1.ebuild index 766ebb230cbb..8fdc9de7d7f7 100644 --- a/app-containers/runc/runc-1.4.0.ebuild +++ b/app-containers/runc/runc-1.4.0-r1.ebuild @@ -7,7 +7,7 @@ inherit go-module linux-info # update on bump, look for commit ID on release tag. # https://github.com/opencontainers/runc -RUNC_COMMIT=d842d7719497cc3b774fd71620278ac9e17710e0 +RUNC_COMMIT=8bd78a9977e604c4d5f67a7415d7b8b8c109cdc4 CONFIG_CHECK="~USER_NS"
