Сравнение nghttp2-1.65.0-r2 с nghttp2-9999
/usr/portage/net-libs/nghttp2/nghttp2-9999.ebuild 2025-07-29 16:22:17.268467478 +0300 | ||
---|---|---|
17 | 17 |
inherit autotools |
18 | 18 |
SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz" |
19 | 19 | |
20 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
|
20 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
|
21 | 21 |
fi |
22 | 22 | |
23 | 23 |
LICENSE="MIT" |
... | ... | |
40 | 40 |
DEPEND="${RDEPEND}" |
41 | 41 |
BDEPEND="virtual/pkgconfig" |
42 | 42 | |
43 |
PATCHES=( |
|
44 |
"${FILESDIR}"/${P}-gcc16.patch |
|
45 |
) |
|
46 | ||
47 | 43 |
src_prepare() { |
48 | 44 |
default |
49 | 45 |
[[ ${PV} == 9999 ]] && eautoreconf |