commit:     dd6d0a28f2c522c282b09a8ba26840e381b4a9ec
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 15 01:08:46 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 15 01:09:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=dd6d0a28

Revert "scripts: bootstrap-prefix: update libffi to 3.4.8"

This reverts commit b1a4722319fd4dce422008e01ff20dd5e87076d0.

The change is a good idea but the rationale wasn't right, so let
me reapply.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 scripts/bootstrap-prefix.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 70f50ea7ad..795141cdb5 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1279,7 +1279,7 @@ bootstrap_zlib() {
 
 bootstrap_libffi() {
        # 3.0.8: last version to bootstrap on Darwin 9 x86
-       bootstrap_gnu libffi 3.4.8 || \
+       bootstrap_gnu libffi 3.4.7 || \
        bootstrap_gnu libffi 3.3 || \
        bootstrap_gnu libffi 3.2.1 || \
        bootstrap_gnu libffi 3.0.8

Reply via email to