mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user