index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/groff/PKGBUILD | 7 |
diff --git a/core/groff/PKGBUILD b/core/groff/PKGBUILD index f4cc97f0..f06aaa84 100644 --- a/core/groff/PKGBUILD +++ b/core/groff/PKGBUILD @@ -1,5 +1,2 @@ -# i486-specific -if [ "${CARCH}" = "i486" ]; then - # no optional dependencies - makedepends=(${makedepends[@]//psutils/}) -fi +makedepends=(${makedepends[@]//psutils/}) +makedepends_i686+=(psutils) |