Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/ruby-net-http/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-net-http/PKGBUILD')
-rw-r--r--community/ruby-net-http/PKGBUILD15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/ruby-net-http/PKGBUILD b/community/ruby-net-http/PKGBUILD
deleted file mode 100644
index 99c8af6b..00000000
--- a/community/ruby-net-http/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
- '
-)"