Diff gnutls-3.7.6 with a gnutls-3.7.7

/usr/portage/net-libs/gnutls/gnutls-3.7.7.ebuild 2023-10-09 14:52:34.472368476 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/gnutls.asc
7 7
inherit libtool multilib-minimal verify-sig
......
125 125
		--without-included-libtasn1
126 126
		$("${S}/configure" --help | grep -o -- '--without-.*-prefix')
127 127
	)
128

  
128 129
	ECONF_SOURCE="${S}" econf "${libconf[@]}" "${myeconfargs[@]}"
129 130
}
130 131

  
Thank you!