Сравнение musl-1.2.6-r1 с musl-9999

/usr/portage/sys-libs/musl/musl-9999.ebuild 2025-11-18 18:18:07.568087930 +0300
1
# Copyright 1999-2026 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
15 15
	VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/musl.asc
16 16
	inherit verify-sig
17 17

  
18
	SRC_URI="
19
		https://musl.libc.org/releases/${P}.tar.gz
20
		https://distfiles.gentoo.org/pub/proj/musl/${P}-patches.tar.xz
21
		verify-sig? ( https://musl.libc.org/releases/${P}.tar.gz.asc )
22
	"
18
	SRC_URI="https://musl.libc.org/releases/${P}.tar.gz"
19
	SRC_URI+=" verify-sig? ( https://musl.libc.org/releases/${P}.tar.gz.asc )"
23 20
	KEYWORDS="-* ~amd64 ~arm ~arm64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~x86"
24 21

  
25 22
	BDEPEND="verify-sig? ( sec-keys/openpgp-keys-musl )"
......
55 52

  
56 53
PATCHES=(
57 54
	"${FILESDIR}"/${PN}-getifaddrs-qemu-workaround.patch
58
	"${WORKDIR}"/${P}-patches
59 55
)
60 56

  
61 57
just_headers() {
Спасибо!