Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/e3/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/e3/PKGBUILD')
-rw-r--r--community/e3/PKGBUILD10
1 files changed, 0 insertions, 10 deletions
diff --git a/community/e3/PKGBUILD b/community/e3/PKGBUILD
deleted file mode 100644
index e9a8d88c..00000000
--- a/community/e3/PKGBUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-# makedepends: yasm -> nasm
-# build(): 64 -> 32
-
-makedepends=(${makedepends[@]/yasm/nasm})
-eval "$(
- declare -f build \
- | sed '
- s/ NASM_OR_YASM=\S\+ 64/ 32/
- '
-)"