commit: 4479114d90b9d1bec78ffaba12e1a44a852e4c8e Author: Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com> AuthorDate: Tue Sep 16 14:12:42 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Sep 16 15:27:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4479114d
dev-util/schroot: fix incorrect patch name Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com> Part-of: https://github.com/gentoo/gentoo/pull/43810 Signed-off-by: Sam James <sam <AT> gentoo.org> ...16.13_p2-boost-1.85.0.patch => schroot-1.6.13_p2-boost-1.85.0.patch} | 0 dev-util/schroot/schroot-1.6.13_p2-r1.ebuild | 2 +- dev-util/schroot/schroot-1.6.13_p7-r1.ebuild | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/schroot/files/schroot-1.16.13_p2-boost-1.85.0.patch b/dev-util/schroot/files/schroot-1.6.13_p2-boost-1.85.0.patch similarity index 100% rename from dev-util/schroot/files/schroot-1.16.13_p2-boost-1.85.0.patch rename to dev-util/schroot/files/schroot-1.6.13_p2-boost-1.85.0.patch diff --git a/dev-util/schroot/schroot-1.6.13_p2-r1.ebuild b/dev-util/schroot/schroot-1.6.13_p2-r1.ebuild index d4c606a396ec..6fd261d36585 100644 --- a/dev-util/schroot/schroot-1.6.13_p2-r1.ebuild +++ b/dev-util/schroot/schroot-1.6.13_p2-r1.ebuild @@ -54,7 +54,7 @@ PATCHES=( # https://codeberg.org/shelter/reschroot/pulls/6 "${FILESDIR}"/${PN}-1.6.13-resize-reserve.patch - "${FILESDIR}"/${PN}-1.16.13_p2-boost-1.85.0.patch + "${FILESDIR}"/${PN}-1.6.13_p2-boost-1.85.0.patch ) src_unpack() { diff --git a/dev-util/schroot/schroot-1.6.13_p7-r1.ebuild b/dev-util/schroot/schroot-1.6.13_p7-r1.ebuild index 56c0e48c44d7..7fa8027ef1af 100644 --- a/dev-util/schroot/schroot-1.6.13_p7-r1.ebuild +++ b/dev-util/schroot/schroot-1.6.13_p7-r1.ebuild @@ -53,7 +53,7 @@ PATCHES=( # https://codeberg.org/shelter/reschroot/pulls/6 "${FILESDIR}"/${PN}-1.6.13-resize-reserve.patch - "${FILESDIR}"/${PN}-1.16.13_p2-boost-1.85.0.patch + "${FILESDIR}"/${PN}-1.6.13_p2-boost-1.85.0.patch "${FILESDIR}"/${PN}-1.6.13_p7-cmake4.patch # bug #953913 )
