Сравнение s6-networking-2.7.1.0 с s6-networking-2.7.2.0

/usr/portage/net-misc/s6-networking/s6-networking-2.7.2.0.ebuild 2026-01-18 11:18:03.276468255 +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
......
16 16

  
17 17
RDEPEND="
18 18
	dev-lang/execline:=
19
	>=dev-libs/skalibs-2.14.1.0:=
19
	>=dev-libs/skalibs-2.14.5.0:=
20 20
	>=net-dns/s6-dns-2.3.7.0:=
21 21
	sys-apps/s6:=[execline]
22 22
	ssl? ( dev-libs/libretls:= )
......
28 28
src_prepare() {
29 29
	default
30 30

  
31
	# Remove files that were accidentaly included to the release tar ball
32
	rm -f libstls.{pc,{a,so}.xyzzy} || die
33

  
31 34
	# Avoid QA warning for LDFLAGS addition
32 35
	sed -i -e 's/.*-Wl,--hash-style=both$/:/' configure || die
33 36

  
Спасибо!