index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/pinentry/PKGBUILD | 2 |
diff --git a/core/pinentry/PKGBUILD b/core/pinentry/PKGBUILD index a36a140d..7c0dfa67 100644 --- a/core/pinentry/PKGBUILD +++ b/core/pinentry/PKGBUILD @@ -19,3 +19,5 @@ if [ "${CARCH}" = "i486" ]; then ' )" fi + +makedepends_pentium4=("${makedepends_i686[@]}") |