From: Yixun Lan Date: Thu, 8 Dec 2016 03:02:00 +0000 (+0800) Subject: app-emulation/xen-tools: remove hardcoded gcrypt support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b92be671a0b97f0057549cf41b2b59f17c088a25;p=gentoo.git app-emulation/xen-tools: remove hardcoded gcrypt support for now, we let build script auto detect the settings for future, we could introduce USE=gnutls,gcrypt,nettle to better control this .. Package-Manager: portage-2.3.3 --- diff --git a/app-emulation/xen-tools/xen-tools-4.8.0.ebuild b/app-emulation/xen-tools/xen-tools-4.8.0.ebuild index 62fa2bebcd78..6a2c8dc71c25 100644 --- a/app-emulation/xen-tools/xen-tools-4.8.0.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.8.0.ebuild @@ -146,10 +146,6 @@ pkg_setup() { #bug 522642, disable compile tools/tests export "CONFIG_TESTS=n" - if has_version dev-libs/libgcrypt:0; then - export "CONFIG_GCRYPT=y" - fi - if [[ -z ${XEN_TARGET_ARCH} ]] ; then if use x86 && use amd64; then die "Confusion! Both x86 and amd64 are set in your use flags!"