From b0104aece5061b21a824574925b28a2312325c77 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 7 Mar 2025 00:55:01 +0000 Subject: [PATCH 1/2] media-libs/libwmf: revbump to pick up elt-patches change Revbump to pick up the fix from 5a78316867a58ea36c6f645c35ff931fe65c0aaf and 9102b0eae958dc76afba2e7b5210745d4a51b60b for elt-patches. While for non-binhost users, it should matter less, it still may well save some for someone trying to investigate why preserved-rebuild fires here on new ICU versions. Signed-off-by: Sam James --- .../libwmf/{libwmf-0.2.13-r1.ebuild => libwmf-0.2.13-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename media-libs/libwmf/{libwmf-0.2.13-r1.ebuild => libwmf-0.2.13-r2.ebuild} (98%) diff --git a/media-libs/libwmf/libwmf-0.2.13-r1.ebuild b/media-libs/libwmf/libwmf-0.2.13-r2.ebuild similarity index 98% rename from media-libs/libwmf/libwmf-0.2.13-r1.ebuild rename to media-libs/libwmf/libwmf-0.2.13-r2.ebuild index 5962fe96d3950..df53ba929666f 100644 --- a/media-libs/libwmf/libwmf-0.2.13-r1.ebuild +++ b/media-libs/libwmf/libwmf-0.2.13-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 From 5519c68288e98ecc1e136aa32c5e9bf2444ceb2e Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 7 Mar 2025 00:56:52 +0000 Subject: [PATCH 2/2] libtool.eclass: depend on >=app-portage/elt-patches-20250306 We want new elt-patches to be in use to pick up *especially* the as-needed fix for libtool-2.5.0, see 5a78316867a58ea36c6f645c35ff931fe65c0aaf and 9102b0eae958dc76afba2e7b5210745d4a51b60b. It makes sense to do it here not just to propagate the fix and ensure people are using the new version, but it also forces rebuilds in the binhost and invalidates the affected binpkgs for us via changed-deps. Double win! Signed-off-by: Sam James --- eclass/libtool.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass index 8ffc06d6ff985..6565faf07e833 100644 --- a/eclass/libtool.eclass +++ b/eclass/libtool.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: libtool.eclass @@ -22,7 +22,7 @@ case ${EAPI} in *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac -BDEPEND=">=app-portage/elt-patches-20240116" +BDEPEND=">=app-portage/elt-patches-20250306" inherit toolchain-funcs