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 4B20C15808E for ; Wed, 27 Apr 2022 06:57:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8752EE07EE; Wed, 27 Apr 2022 06:57:27 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EE39E07EE for ; Wed, 27 Apr 2022 06:57:27 +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 35C3A341705 for ; Wed, 27 Apr 2022 06:57:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2D6835A for ; Wed, 27 Apr 2022 06:57:24 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1651042633.6747fcab367277a6dba01527628c6c15b53ddb68.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/spawn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/spawn/spawn-0.15.0-r1.ebuild dev-ml/spawn/spawn-0.15.0.ebuild X-VCS-Directories: dev-ml/spawn/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 6747fcab367277a6dba01527628c6c15b53ddb68 X-VCS-Branch: master Date: Wed, 27 Apr 2022 06:57:24 +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: 4a036309-be30-4474-a5b9-170f8763f983 X-Archives-Hash: 6e3648c560007983b1db2e0ebdfa0642 commit: 6747fcab367277a6dba01527628c6c15b53ddb68 Author: Alfredo Tupone gentoo org> AuthorDate: Wed Apr 27 06:57:13 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Apr 27 06:57:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6747fcab dev-ml/spawn: change subslot Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/spawn/{spawn-0.15.0.ebuild => spawn-0.15.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/spawn/spawn-0.15.0.ebuild b/dev-ml/spawn/spawn-0.15.0-r1.ebuild similarity index 94% rename from dev-ml/spawn/spawn-0.15.0.ebuild rename to dev-ml/spawn/spawn-0.15.0-r1.ebuild index 9370f55a8646..14f286a60e35 100644 --- a/dev-ml/spawn/spawn-0.15.0.ebuild +++ b/dev-ml/spawn/spawn-0.15.0-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/janestreet/spawn" SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -SLOT="0/${PV}" +SLOT="0/$(ver_cut 1-2)" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )"