From 3001e13d850e1de204c734266f8ec32e24b25fb0 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 22 Jun 2023 10:51:33 +0200 Subject: build-support/python-bootstrap: use subarchitecture and not any for bootstrapping --- build-support/python-bootstrap/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-support') diff --git a/build-support/python-bootstrap/PKGBUILD b/build-support/python-bootstrap/PKGBUILD index 6949646a..8aa3803c 100644 --- a/build-support/python-bootstrap/PKGBUILD +++ b/build-support/python-bootstrap/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-bootstrap pkgver=3.11 pkgrel=1 pkgdesc="Python Bootstrap" -arch=('any') +arch=('pentium4' 'i686' 'i486') license=('PSF') url="https://gitlab.archlinux.org/archlinux/python-bootstrap" depends=('python') -- cgit v1.2.3-54-g00ecf