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 AE5A7158089 for ; Wed, 18 Oct 2023 16:46:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 050152BC0DC; Wed, 18 Oct 2023 16:46:53 +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 DE1882BC0DC for ; Wed, 18 Oct 2023 16:46:52 +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 19C1A335CB7 for ; Wed, 18 Oct 2023 16:46:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7338DB87 for ; Wed, 18 Oct 2023 16:46:50 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1697647544.20f77ac4740e520d28b467a10b9415c65e09c9ff.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/raft/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/raft/raft-0.18.1.ebuild X-VCS-Directories: dev-libs/raft/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 20f77ac4740e520d28b467a10b9415c65e09c9ff X-VCS-Branch: master Date: Wed, 18 Oct 2023 16:46:50 +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: ee4be66c-ccf9-47e9-9751-791bfa83f61b X-Archives-Hash: c4a8845cd0c66560571ac6d5ca44b42f commit: 20f77ac4740e520d28b467a10b9415c65e09c9ff Author: Joonas Niilola gentoo org> AuthorDate: Wed Oct 18 16:45:44 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Oct 18 16:45:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f77ac4 dev-libs/raft: add comment and a bug link about the SONAME change Signed-off-by: Joonas Niilola gentoo.org> dev-libs/raft/raft-0.18.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/raft/raft-0.18.1.ebuild b/dev-libs/raft/raft-0.18.1.ebuild index d6bad82ee93e..d576a08a3ca8 100644 --- a/dev-libs/raft/raft-0.18.1.ebuild +++ b/dev-libs/raft/raft-0.18.1.ebuild @@ -10,6 +10,8 @@ HOMEPAGE="https://github.com/cowsql/raft" SRC_URI="https://github.com/cowsql/raft/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-3-with-linking-exception" + +# Upstream change from canonical to cowsql resetted SONAME, 3 -> 0. bgo#915960 SLOT="0/0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="lz4 test zfs"