index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2024-06-27 15:28:10 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2024-06-27 15:28:10 +0200 |
commit | 42efa63dc33b3490deb9d9ea3db43bd5bac32b09 (patch) | |
tree | 04fcd9fed6ad709c8831a4a46c95da4a843b2bef | |
parent | bf89fdfcde54312fc4d9f1e1f50fb1f066d03376 (diff) |
-rw-r--r-- | core/gcc/PKGBUILD | 3 |
diff --git a/core/gcc/PKGBUILD b/core/gcc/PKGBUILD index cb2286ff..1b2ac313 100644 --- a/core/gcc/PKGBUILD +++ b/core/gcc/PKGBUILD @@ -125,6 +125,9 @@ eval "$( )" # remove rust on i486 +makedepends=(${makedepends[@]//rust/}) +makedepends_i686+=('rust') +makedepends_pentium4+=('rust') if [ "${CARCH}" = "i486" ]; then pkgname=( $( |