Diff capnproto-1.0.2 with a capnproto-1.4.0

/usr/portage/dev-libs/capnproto/capnproto-1.4.0.ebuild 2026-07-11 20:03:05.963675732 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
7 7

  
8 8
DESCRIPTION="RPC/Serialization system with capabilities support"
9 9
HOMEPAGE="https://capnproto.org"
10
SRC_URI="https://github.com/sandstorm-io/capnproto/archive/v${PV}.tar.gz -> ${P}.tar.gz"
10
SRC_URI="https://github.com/capnproto/capnproto/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11 11
S="${WORKDIR}"/${P}/c++
12 12

  
13 13
LICENSE="MIT"
Thank you!