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-07 19:36:19 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-07 19:36:19 +0200
commit22aa448a762b28d689c48203ee259f19d4ac8bbd (patch)
tree074dfa9f8aac262b3f9286fc3e6e4bfa38708114 /community
parentaa0a49b70b142a3f191063f86d545faa61ae931f (diff)
community/ruby-rake-compiler: removed ruby-bootstrap makedepends
Diffstat (limited to 'community')
-rw-r--r--community/ruby-rake-compiler/PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/community/ruby-rake-compiler/PKGBUILD b/community/ruby-rake-compiler/PKGBUILD
index e6cd35f4..d2adfeaa 100644
--- a/community/ruby-rake-compiler/PKGBUILD
+++ b/community/ruby-rake-compiler/PKGBUILD
@@ -1,15 +1,10 @@
-# building with ruby-bootstrap in /opt/ruby-xxx, but install into /usr
-# and depend on 'rust'
-makedepends+=(ruby-bootstrap)
-
# no documentation during bootstrapping
makedepends=(${makedepends[@]//ruby-rdoc/})
-# create /opt/ruby-xxx/bin
# install to final destination in /usr and not into /opt/ruby-xxx
eval "$(
declare -f package | \
sed '
- /_gemdir/ a mkdir -p "${pkgdir}"/usr/bin
+ s|local _gemdir.*|local _gemdir="/usr/lib/ruby/gems/3.0.0"|g
'
)"