Сравнение nss-3.91 с nss-3.92
/usr/portage/dev-libs/nss/nss-3.92.ebuild 2023-10-09 14:52:29.540368351 +0300 | ||
---|---|---|
15 | 15 | |
16 | 16 |
LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )" |
17 | 17 |
SLOT="0" |
18 |
KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" |
|
18 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris" |
|
19 | 19 |
IUSE="cacert test +utils cpu_flags_ppc_altivec cpu_flags_x86_avx2 cpu_flags_x86_sse3 cpu_flags_ppc_vsx" |
20 | 20 |
RESTRICT="!test? ( test )" |
21 | 21 |
# pkg-config called by nss-config -> virtual/pkgconfig in RDEPEND |
... | ... | |
37 | 37 |
PATCHES=( |
38 | 38 |
"${FILESDIR}/${PN}-3.53-gentoo-fixups.patch" |
39 | 39 |
"${FILESDIR}/${PN}-3.21-gentoo-fixup-warnings.patch" |
40 |
"${FILESDIR}/${PN}-3.23-hppa-byte_order.patch" |
|
41 | 40 |
"${FILESDIR}"/nss-3.87-use-clang-as-bgo892686.patch |
42 | 41 |
) |
43 | 42 | |
... | ... | |
238 | 237 |
export DOMSUF="localdomain" |
239 | 238 |
export USE_IP=TRUE |
240 | 239 |
export IP_ADDRESS="127.0.0.1" |
241 |
# Per README, this is recommended to make run tests quicker. |
|
242 |
export NSS_CYCLES="standard" |
|
243 | 240 | |
244 | 241 |
NSINSTALL="${PWD}/$(find -type f -name nsinstall)" |
245 | 242 |