From 53454e17d921e95128ae0f2b4cb3659323a3e6b8 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 9 Oct 2022 15:22:40 +0200 Subject: community/ruby: rebuilding --- community/ruby/PKGBUILD | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'community') diff --git a/community/ruby/PKGBUILD b/community/ruby/PKGBUILD index 9a42864d..bea81ed0 100644 --- a/community/ruby/PKGBUILD +++ b/community/ruby/PKGBUILD @@ -21,13 +21,5 @@ if [ "${CARCH}" = "i486" ]; then unset check fi -# temporarily remove ruby-rdoc (because of clashes with rubygems -# (why rubygems should have /usr/bin/rdoc and /usr/bin/ri in it -# is a miracle to me though?!) -eval "$( - declare -f package_ruby-stdlib | \ - sed ' - /depends/ a \ - depends=(${depends[@]//ruby-rdoc/}) - ' -)" +# temporary while bootstrapping +unset check -- cgit v1.2.3-54-g00ecf