diff options
author | 2021-03-27 20:32:39 -0400 | |
---|---|---|
committer | 2021-05-29 15:43:25 +0100 | |
commit | 73a0a7475658ad73d4fae984268d106b17849379 (patch) | |
tree | 4aace6830d047342ba40ba952c9eb7f30f0510bd /dev-libs | |
parent | dev-libs/ocl-icd: Fix ruby BDEP selection (diff) | |
download | gentoo-73a0a7475658ad73d4fae984268d106b17849379.tar.gz gentoo-73a0a7475658ad73d4fae984268d106b17849379.tar.bz2 gentoo-73a0a7475658ad73d4fae984268d106b17849379.zip |
dev-libs/ocl-icd: Add support for dev-lang/ruby:3.0
Having tested ruby26, ruby27, and ruby30 with the command the build
uses to generate files (i.e., ${RUBY} "${S}"/icd_generator.rb --mode
database --database "${S}"/ocl_interface.yaml) and diffed the results,
all generated files are exactly the same.
Closes: https://bugs.gentoo.org/704056
Closes: https://bugs.gentoo.org/766261
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Peter Levine <plevine457@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20156
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/ocl-icd/ocl-icd-2.2.14-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/ocl-icd/ocl-icd-2.2.14-r1.ebuild b/dev-libs/ocl-icd/ocl-icd-2.2.14-r1.ebuild index 2fe7e214b169..909ba9498eaf 100644 --- a/dev-libs/ocl-icd/ocl-icd-2.2.14-r1.ebuild +++ b/dev-libs/ocl-icd/ocl-icd-2.2.14-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27" +USE_RUBY="ruby25 ruby26 ruby27 ruby30" inherit autotools flag-o-matic multilib-minimal ruby-single DESCRIPTION="Alternative to vendor specific OpenCL ICD loaders" |