From 4479114d90b9d1bec78ffaba12e1a44a852e4c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Hoffst=C3=A4tte?= Date: Tue, 16 Sep 2025 16:12:42 +0200 Subject: [PATCH] dev-util/schroot: fix incorrect patch name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Holger Hoffstätte Part-of: https://github.com/gentoo/gentoo/pull/43810 Signed-off-by: Sam James --- ...-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(-) rename dev-util/schroot/files/{schroot-1.16.13_p2-boost-1.85.0.patch => schroot-1.6.13_p2-boost-1.85.0.patch} (100%) 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 d4c606a396ec5..6fd261d36585c 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 56c0e48c44d7d..7fa8027ef1af4 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 )