dev-libs/capnproto: fix subslot

Just use ${PV} as, like protobuf, this seems to break ABI a lot.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-06-01 04:53:25 +01:00
parent ac86a66c5f
commit 79e28ab582

View File

@@ -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"