commit: 20f77ac4740e520d28b467a10b9415c65e09c9ff Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Wed Oct 18 16:45:44 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> 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 <juippis <AT> 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"
