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:00:51 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-07 19:00:51 +0200
commit5bd1d3a53d0f76a63085403d91996edeeb2d58e3 (patch)
tree974bdef72f9f7ecb75be878ebde47f1001d3cbb5 /community
parent6c050c7ebbde22d4628382018a76b2f68bf645fd (diff)
community/ruby-rake-compiler: appending ruby-bootstrap to makedepends, not replace it!
Diffstat (limited to 'community')
-rw-r--r--community/ruby-rake-compiler/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-rake-compiler/PKGBUILD b/community/ruby-rake-compiler/PKGBUILD
index be4040c4..e6cd35f4 100644
--- a/community/ruby-rake-compiler/PKGBUILD
+++ b/community/ruby-rake-compiler/PKGBUILD
@@ -1,6 +1,6 @@
# building with ruby-bootstrap in /opt/ruby-xxx, but install into /usr
# and depend on 'rust'
-makedepends=(ruby-bootstrap)
+makedepends+=(ruby-bootstrap)
# no documentation during bootstrapping
makedepends=(${makedepends[@]//ruby-rdoc/})