index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/libcap/PKGBUILD | 4 |
diff --git a/core/libcap/PKGBUILD b/core/libcap/PKGBUILD new file mode 100644 index 00000000..59c6fcce --- /dev/null +++ b/core/libcap/PKGBUILD @@ -0,0 +1,4 @@ +# Go is not available on i686 and i486 +if [ "$CARCH" = 'i686' -o "$CARCH" = 'i486' ]; then + makedepends=(${makedepends[@]//go/}) +fi |