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 E97CA15806E for ; Thu, 1 Jun 2023 03:54:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E80BCE0978; Thu, 1 Jun 2023 03:54:17 +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 C9FB1E0978 for ; Thu, 1 Jun 2023 03:54:17 +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 B3074340FCC for ; Thu, 1 Jun 2023 03:54:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10D51A67 for ; Thu, 1 Jun 2023 03:54:15 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1685591605.79e28ab5829ff1f4bad86b0bb60719eaccdae052.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/capnproto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/capnproto/capnproto-0.10.4-r1.ebuild dev-libs/capnproto/capnproto-0.10.4.ebuild X-VCS-Directories: dev-libs/capnproto/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 79e28ab5829ff1f4bad86b0bb60719eaccdae052 X-VCS-Branch: master Date: Thu, 1 Jun 2023 03:54:15 +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: 5542c26c-f6dd-4cda-9096-53f291b906d0 X-Archives-Hash: 3ed403e8c7a67ce9ec8813acf8609b92 commit: 79e28ab5829ff1f4bad86b0bb60719eaccdae052 Author: Sam James gentoo org> AuthorDate: Thu Jun 1 03:53:25 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 1 03:53:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e28ab5 dev-libs/capnproto: fix subslot Just use ${PV} as, like protobuf, this seems to break ABI a lot. Signed-off-by: Sam James gentoo.org> .../capnproto/{capnproto-0.10.4.ebuild => capnproto-0.10.4-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/capnproto/capnproto-0.10.4.ebuild b/dev-libs/capnproto/capnproto-0.10.4-r1.ebuild similarity index 98% rename from dev-libs/capnproto/capnproto-0.10.4.ebuild rename to dev-libs/capnproto/capnproto-0.10.4-r1.ebuild index 1b441c83dfac..30c2d9f10ffc 100644 --- a/dev-libs/capnproto/capnproto-0.10.4.ebuild +++ b/dev-libs/capnproto/capnproto-0.10.4-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sandstorm-io/capnproto/archive/v${PV}.tar.gz -> ${P} S="${WORKDIR}"/${P}/c++ LICENSE="MIT" -SLOT="0/091" +SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ssl test zlib"