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-08 10:16:03 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-08 10:16:03 +0200
commit27dfa710ef60c55d6003a9c600b9f84131078f9f (patch)
treeaac404174963835f3cc517beeb6585f07e81f4d9 /community
parent3ccbb364445fe01c25f1da9464f65b0ef559c353 (diff)
community/ruby-psych: trying to rebuild against booststrap, cannot find stringio?
Diffstat (limited to 'community')
-rw-r--r--community/ruby-psych/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/ruby-psych/PKGBUILD b/community/ruby-psych/PKGBUILD
index c9fc0867..9a1a2c83 100644
--- a/community/ruby-psych/PKGBUILD
+++ b/community/ruby-psych/PKGBUILD
@@ -1,3 +1,7 @@
+# building with ruby-bootstrap in /opt/ruby-xxx, but install into /usr
+# and depend on 'ruby'
+makedepends+=(ruby-bootstrap)
+
# install to final destination in /usr and not into /opt/ruby-xxx
eval "$(
declare -f package | \