From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B9A11395E3 for ; Thu, 8 Dec 2016 03:20:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD27F21C1EC; Thu, 8 Dec 2016 03:20:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB99F21C1EC for ; Thu, 8 Dec 2016 03:20:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5953341640 for ; Thu, 8 Dec 2016 03:19:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AE9724B6 for ; Thu, 8 Dec 2016 03:19:57 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1481167195.b92be671a0b97f0057549cf41b2b59f17c088a25.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xen-tools/xen-tools-4.8.0.ebuild X-VCS-Directories: app-emulation/xen-tools/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: b92be671a0b97f0057549cf41b2b59f17c088a25 X-VCS-Branch: master Date: Thu, 8 Dec 2016 03:19:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 68801d20-5ef5-426e-8d14-45eb4a1dae0f X-Archives-Hash: d3546b92149e4cdec0007c38ecc7d670 commit: b92be671a0b97f0057549cf41b2b59f17c088a25 Author: Yixun Lan gentoo org> AuthorDate: Thu Dec 8 03:02:00 2016 +0000 Commit: Yixun Lan gentoo 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!"