summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blacklist1
-rw-r--r--community/ponyc/PKGBUILD6
2 files changed, 6 insertions, 1 deletions
diff --git a/blacklist b/blacklist
index ec7e998f..f635ac5a 100644
--- a/blacklist
+++ b/blacklist
@@ -14,7 +14,6 @@ linux-hardened
luxrays
mongodb
opera
-ponyc
pypy3
python-pycuda
python-pytorch
diff --git a/community/ponyc/PKGBUILD b/community/ponyc/PKGBUILD
new file mode 100644
index 00000000..a0560166
--- /dev/null
+++ b/community/ponyc/PKGBUILD
@@ -0,0 +1,6 @@
+# It seems, compiling for i686 is as simple as specifying you want i686.
+
+eval "$(
+ declare -f build check | \
+ sed 's|x86-64|i686|'
+)"