index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/dbus/PKGBUILD | 1 |
diff --git a/core/dbus/PKGBUILD b/core/dbus/PKGBUILD index 835abb54..c9efd760 100644 --- a/core/dbus/PKGBUILD +++ b/core/dbus/PKGBUILD @@ -1,3 +1,4 @@ # no graphviz generated graphs in documentation on i486 makedepends=(${makedepends[@]//graphviz/}) makedepends_i686+=(graphviz) +makedepends_pentium4=("${makedepends_i686[@]}") |