summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-25 07:00:54 +0000
committerSam James <sam@gentoo.org>2023-03-25 07:11:21 +0000
commit6671ec046db63c418936a7ddb04d4f264c125d88 (patch)
tree63a245e8e187eab066776047d25b03fcac45a49c /dev-ruby/rb-gsl
parentdev-ruby/narray: enable ruby32 (diff)
downloadgentoo-6671ec046db63c418936a7ddb04d4f264c125d88.tar.gz
gentoo-6671ec046db63c418936a7ddb04d4f264c125d88.tar.bz2
gentoo-6671ec046db63c418936a7ddb04d4f264c125d88.zip
dev-ruby/rb-gsl: add note why no >=ruby30
Bug: https://github.com/SciRuby/rb-gsl/issues/63 Bug: https://github.com/SciRuby/rb-gsl/issues/65 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/rb-gsl')
-rw-r--r--dev-ruby/rb-gsl/rb-gsl-2.1.0.2-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-ruby/rb-gsl/rb-gsl-2.1.0.2-r1.ebuild b/dev-ruby/rb-gsl/rb-gsl-2.1.0.2-r1.ebuild
index 5fc4e9e1c9d9..1b4bd449037d 100644
--- a/dev-ruby/rb-gsl/rb-gsl-2.1.0.2-r1.ebuild
+++ b/dev-ruby/rb-gsl/rb-gsl-2.1.0.2-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+
+# No >= ruby30 because of https://github.com/SciRuby/rb-gsl/issues/63
USE_RUBY="ruby26 ruby27"
RUBY_FAKEGEM_NAME="gsl"