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 4FB5A158094 for ; Fri, 7 Oct 2022 16:41:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2676BE0995; Fri, 7 Oct 2022 16:41:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1015EE0996 for ; Fri, 7 Oct 2022 16:41:38 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05E40340F79 for ; Fri, 7 Oct 2022 16:41:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EB7860B for ; Fri, 7 Oct 2022 16:41:34 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1665160885.91d6be1c9c74cdcb8da1a05f57b1f4ed1ef79d72.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/llvm-ocaml/llvm-ocaml-15.0.2.9999.ebuild dev-ml/llvm-ocaml/llvm-ocaml-16.0.0.9999.ebuild dev-ml/llvm-ocaml/llvm-ocaml-16.0.0_pre20221006.ebuild X-VCS-Directories: dev-ml/llvm-ocaml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 91d6be1c9c74cdcb8da1a05f57b1f4ed1ef79d72 X-VCS-Branch: master Date: Fri, 7 Oct 2022 16:41:34 +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: 9b690a3a-eeb1-48b6-a507-103567117e1c X-Archives-Hash: c88ccef959e75d1e84f77d010c77adc6 commit: 91d6be1c9c74cdcb8da1a05f57b1f4ed1ef79d72 Author: Michał Górny gentoo org> AuthorDate: Fri Oct 7 16:36:29 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 7 16:41:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d6be1c dev-ml/llvm-ocaml: Use the new version vars Signed-off-by: Michał Górny gentoo.org> dev-ml/llvm-ocaml/llvm-ocaml-15.0.2.9999.ebuild | 2 +- dev-ml/llvm-ocaml/llvm-ocaml-16.0.0.9999.ebuild | 2 +- dev-ml/llvm-ocaml/llvm-ocaml-16.0.0_pre20221006.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-15.0.2.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-15.0.2.9999.ebuild index 3f682163a64b..aa9cc673f048 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-15.0.2.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-15.0.2.9999.ebuild @@ -37,7 +37,7 @@ LLVM_USE_TARGETS=llvm llvm.org_set_globals pkg_setup() { - LLVM_MAX_SLOT=${PV%%.*} llvm_pkg_setup + LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup python-any-r1_pkg_setup } diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-16.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-16.0.0.9999.ebuild index 3f682163a64b..aa9cc673f048 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-16.0.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-16.0.0.9999.ebuild @@ -37,7 +37,7 @@ LLVM_USE_TARGETS=llvm llvm.org_set_globals pkg_setup() { - LLVM_MAX_SLOT=${PV%%.*} llvm_pkg_setup + LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup python-any-r1_pkg_setup } diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-16.0.0_pre20221006.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-16.0.0_pre20221006.ebuild index 3f682163a64b..aa9cc673f048 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-16.0.0_pre20221006.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-16.0.0_pre20221006.ebuild @@ -37,7 +37,7 @@ LLVM_USE_TARGETS=llvm llvm.org_set_globals pkg_setup() { - LLVM_MAX_SLOT=${PV%%.*} llvm_pkg_setup + LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup python-any-r1_pkg_setup }