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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95ACA158020 for ; Sat, 19 Nov 2022 11:50:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0AB8E095F; Sat, 19 Nov 2022 11:50:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9EBD4E095F for ; Sat, 19 Nov 2022 11:50:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C91993412FA for ; Sat, 19 Nov 2022 11:50:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BBE7756 for ; Sat, 19 Nov 2022 11:50:52 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1668858645.78832c987bc6b31377ac3b706bc72431b1d2a4d3.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rocm-device-libs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/rocm-device-libs/rocm-device-libs-5.1.3-r1.ebuild dev-libs/rocm-device-libs/rocm-device-libs-5.1.3.ebuild X-VCS-Directories: dev-libs/rocm-device-libs/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 78832c987bc6b31377ac3b706bc72431b1d2a4d3 X-VCS-Branch: master Date: Sat, 19 Nov 2022 11:50:52 +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: 62811d87-9a88-44d7-a152-0712bbc3f8f9 X-Archives-Hash: d8d696b09a62752eba119d20465f7fb6 commit: 78832c987bc6b31377ac3b706bc72431b1d2a4d3 Author: Jack de Kleuver gmail com> AuthorDate: Sat Nov 5 07:12:41 2022 +0000 Commit: Benda XU gentoo org> CommitDate: Sat Nov 19 11:50:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78832c98 dev-libs/rocm-device-libs: Bump LLVM version to 15 Signed-off-by: Jack de Kleuver gmail.com> Signed-off-by: Yiyang Wu gmail.com> Signed-off-by: Benda Xu gentoo.org> .../{rocm-device-libs-5.1.3.ebuild => rocm-device-libs-5.1.3-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/rocm-device-libs/rocm-device-libs-5.1.3.ebuild b/dev-libs/rocm-device-libs/rocm-device-libs-5.1.3-r1.ebuild similarity index 98% rename from dev-libs/rocm-device-libs/rocm-device-libs-5.1.3.ebuild rename to dev-libs/rocm-device-libs/rocm-device-libs-5.1.3-r1.ebuild index 61871fbface9..771081d38665 100644 --- a/dev-libs/rocm-device-libs/rocm-device-libs-5.1.3.ebuild +++ b/dev-libs/rocm-device-libs/rocm-device-libs-5.1.3-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake llvm -LLVM_MAX_SLOT=14 +LLVM_MAX_SLOT=15 if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCm-Device-Libs/"