Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-10-10 21:20:19 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-10 21:20:19 +0200
commit5fc16ea930925727121ccad49cb8da1ffe06cab2 (patch)
tree5ad55dacd5c7f90b5cce4f3537d86f52e9f81c9c /community
parenteb3d19a9d61416d715aaf1b64520446f4bbe8f7c (diff)
community/asciidoctor: removed all patching
Diffstat (limited to 'community')
-rw-r--r--community/asciidoctor/PKGBUILD15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/asciidoctor/PKGBUILD b/community/asciidoctor/PKGBUILD
deleted file mode 100644
index 99c8af6b..00000000
--- a/community/asciidoctor/PKGBUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-# bootstrapped packages in first step from /opt/ruby- contain
-# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have
-# wrong architecture strings in native library code
-eval "$(
- declare -f build | \
- sed '
- 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux
- '
-)"
-eval "$(
- declare -f package | \
- sed '
- 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux
- '
-)"