index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/chezmoi/PKGBUILD | 8 |
diff --git a/community/chezmoi/PKGBUILD b/community/chezmoi/PKGBUILD deleted file mode 100644 index 6dac406f..00000000 --- a/community/chezmoi/PKGBUILD +++ /dev/null @@ -1,8 +0,0 @@ -# Use gccgo and not go/gc on i686 and i486 -if [ "$CARCH" = 'i686' -o "$CARCH" = 'i486' ]; then - makedepends=(${makedepends[@]//go/}) - makedepends+=(gcc-go) -fi - -# failing test: FAIL github.com/twpayne/chezmoi/v2/pkg/git [build failed] -unset check |