From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6A6FD158090 for ; Fri, 20 May 2022 20:21:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E44EE09BE; Fri, 20 May 2022 20:21:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B883E09BE for ; Fri, 20 May 2022 20:21:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 683C8341726 for ; Fri, 20 May 2022 20:21:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 487C43B8 for ; Fri, 20 May 2022 20:21:09 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1653078049.9be69f4dcab16601530ab1b672a0fcb07fca5ef7.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ocl-icd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/ocl-icd/ocl-icd-2.3.1.ebuild X-VCS-Directories: dev-libs/ocl-icd/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 9be69f4dcab16601530ab1b672a0fcb07fca5ef7 X-VCS-Branch: master Date: Fri, 20 May 2022 20:21:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 34c48c4b-df07-45ce-ae3e-d02193c583c0 X-Archives-Hash: e6843f96d8f8848400ce57dfc6774130 commit: 9be69f4dcab16601530ab1b672a0fcb07fca5ef7 Author: James Le Cuirot gentoo org> AuthorDate: Fri May 20 20:18:46 2022 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri May 20 20:20:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be69f4d dev-libs/ocl-icd: Add ruby31 to 2.3.1 Closes: https://bugs.gentoo.org/836589 Signed-off-by: James Le Cuirot gentoo.org> dev-libs/ocl-icd/ocl-icd-2.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/ocl-icd/ocl-icd-2.3.1.ebuild b/dev-libs/ocl-icd/ocl-icd-2.3.1.ebuild index 4e769ccf921e..332354cf47a6 100644 --- a/dev-libs/ocl-icd/ocl-icd-2.3.1.ebuild +++ b/dev-libs/ocl-icd/ocl-icd-2.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27 ruby30" +USE_RUBY="ruby25 ruby26 ruby27 ruby30 ruby31" inherit autotools flag-o-matic multilib-minimal ruby-single DESCRIPTION="Alternative to vendor specific OpenCL ICD loaders"