Сравнение google-protobuf-3.25.5 с google-protobuf-3.25.6

/usr/portage/dev-ruby/google-protobuf/google-protobuf-3.25.6.ebuild 2025-07-29 16:22:13.704452737 +0300
19 19
DESCRIPTION="Protocol Buffers are Google's data interchange format"
20 20
HOMEPAGE="https://protobuf.dev/"
21 21
SRC_URI="
22
		https://github.com/protocolbuffers/protobuf/releases/download/v${PROTOBUF_PV}/${PN##google-}-${PROTOBUF_PV}.tar.gz
22
	https://github.com/protocolbuffers/protobuf/releases/download/v${PROTOBUF_PV}/${PN##google-}-${PROTOBUF_PV}.tar.gz
23 23
"
24 24
RUBY_S="protobuf-${PROTOBUF_PV}/ruby"
25 25

  
......
28 28
KEYWORDS="~amd64 ~arm64"
29 29
IUSE="test"
30 30

  
31
DEPEND=">=dev-libs/protobuf-${PROTOBUF_PV}"
31
DEPEND="
32
	>=dev-libs/protobuf-${PROTOBUF_PV}
33
	<dev-libs/protobuf-26
34
"
32 35

  
33 36
ruby_add_bdepend "test? ( dev-ruby/json dev-ruby/test-unit )"
34 37

  
Спасибо!