Diff nss-3.93 with a nss-3.94

/usr/portage/dev-libs/nss/nss-3.94.ebuild 2023-10-09 14:52:29.540368351 +0300
237 237
	export DOMSUF="localdomain"
238 238
	export USE_IP=TRUE
239 239
	export IP_ADDRESS="127.0.0.1"
240
	# Per README, this is recommended to make run tests quicker.
241
	export NSS_CYCLES="standard"
240

  
241
	# Only run the standard cycle instead of full, reducing testing time from 45 minutes to 15
242
	# per lib implementation.
243
	export NSS_CYCLES=standard
242 244

  
243 245
	NSINSTALL="${PWD}/$(find -type f -name nsinstall)"
244 246

  
Thank you!