commit: b92be671a0b97f0057549cf41b2b59f17c088a25
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 8 03:02:00 2016 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Dec 8 03:19:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b92be671
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
app-emulation/xen-tools/xen-tools-4.8.0.ebuild | 4 ----
1 file changed, 4 deletions(-)
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 62fa2be..6a2c8dc 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!"