Arfrever Frehtes Taifersar Arahesis wrote:
> GnuTLS >=2.7.1 doesn't contain 'libgnutls-config' and 'libgnutls-extra-config'
> scripts so packages, which use them, usually fail to build.
> (Sometimes `configure` scripts disable support for GnuTLS without failing.)
> 
> The list of packages depending on net-libs/gnutls is available at:
> http://tinderbox.dev.gentoo.org/misc/dindex/net-libs/gnutls
> 
> If you maintain or use a package included in this list, please check if it
> can be built with >=net-libs/gnutls-2.7.1.
> 
> If a package fails to build with >=net-libs/gnutls-2.7.1 and it hasn't been
> reported yet, please report a bug and make it block bug 253709 [1].
> 

Add a post_src_unpack hook like the following and then emerge all the rdeps.

post_src_unpack() {
        egrep -r "libgnutls-(extra)?-config" "${S}" && \
                ewarn "Using deprecated libgnutls-(extra)?-config"
}

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to