summaryrefslogtreecommitdiff
path: root/dev-ruby/forwardable
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-12-29 22:20:24 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-12-29 22:20:24 +0000
commit2f2841de9d7072b920fbf85f958155bd962cb0e8 (patch)
treeaa8a89744c788026d129f04d947d4d0bb80db5f6 /dev-ruby/forwardable
parent482e5cdc609cbf2b3509eb394e2396840e328da6 (diff)
downloadbaldeagleos-repo-2f2841de9d7072b920fbf85f958155bd962cb0e8.tar.gz
baldeagleos-repo-2f2841de9d7072b920fbf85f958155bd962cb0e8.tar.xz
baldeagleos-repo-2f2841de9d7072b920fbf85f958155bd962cb0e8.zip
Adding metadata
Diffstat (limited to 'dev-ruby/forwardable')
-rw-r--r--dev-ruby/forwardable/forwardable-1.3.3.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-ruby/forwardable/forwardable-1.3.3.ebuild b/dev-ruby/forwardable/forwardable-1.3.3.ebuild
index 8d04a08eb333..8611c0f99eaa 100644
--- a/dev-ruby/forwardable/forwardable-1.3.3.ebuild
+++ b/dev-ruby/forwardable/forwardable-1.3.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
+USE_RUBY="ruby31 ruby32 ruby33 ruby34"
RUBY_FAKEGEM_BINWRAP=""
RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -17,13 +17,16 @@ SRC_URI="https://github.com/ruby/forwardable/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE=""
all_ruby_prepare() {
sed -e 's/__dir__/"."/' \
-e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \
-e 's/git ls-files -z/find * -print0/' \
-i ${RUBY_FAKEGEM_GEMSPEC} || die
+
+ # Avoid failing test due to 3.4 changes in error messages.
+ sed -e '/test_basicobject_subclass/aomit "Ruby 3.4 changed error messages"' \
+ -i test/test_forwardable.rb || die
}
each_ruby_test() {