summaryrefslogtreecommitdiff
path: root/libre/iceweasel
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-12-24 20:47:48 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2022-12-25 00:56:09 -0500
commit36d55961761c75b9f36fb5dbcc3ab01d7c717480 (patch)
tree2f9f6bf9a5d65f11f76c746ab91bf712cb3e9e14 /libre/iceweasel
parente2427e709d0bffbb17ea386dd945ff0c465f9c1f (diff)
[iceweasel]: tweak for i686
Diffstat (limited to 'libre/iceweasel')
-rw-r--r--libre/iceweasel/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index 41ae97603..1de87303d 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -243,10 +243,12 @@ armv7h)
depends+=( icu=72.1 ) # --with-system-icu
- makedepends+=( python-pydantic=1.9.2 ) # dustbin - configure error: "pydantic 1.10.2 has requirement typing-extensions>=4.1.0, but you have typing-extensions
+ makedepends+=( python-pydantic=1.9.2 ) # dustbin - configure error: "pydantic 1.10.2 has requirement typing-extensions>=4.1.0, but you have typing-extensions 3.10.0.0
;;
i686)
_should_skip_pgo=1
+
+ makedepends+=( python-pydantic=1.9.2 ) # dustbin - configure error: "pydantic 1.10.2 has requirement typing-extensions>=4.1.0, but you have typing-extensions 3.10.0.0
;;
esac