Diff protobuf-c-1.4.1 with a protobuf-c-1.4.1-r1

/usr/portage/dev-libs/protobuf-c/protobuf-c-1.4.1-r1.ebuild 2023-10-09 14:52:29.756368357 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
16 16
LICENSE="BSD-2"
17 17
# Subslot == SONAME version
18 18
SLOT="0/1.0.0"
19
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
19
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
20 20
IUSE="static-libs test"
21 21
RESTRICT="!test? ( test )"
22 22

  
23
BDEPEND=">=dev-libs/protobuf-3:0
24
	virtual/pkgconfig"
23
BDEPEND="
24
	>=dev-libs/protobuf-3:0
25
	virtual/pkgconfig
26
"
25 27
DEPEND=">=dev-libs/protobuf-3:0=[${MULTILIB_USEDEP}]"
26 28
RDEPEND="${DEPEND}"
27 29

  
28 30
PATCHES=(
29 31
	"${FILESDIR}"/${PN}-1.4.0-include-path.patch
32
	"${FILESDIR}"/${P}-protobuf-22.patch
30 33
)
31 34

  
32 35
src_prepare() {
Thank you!