diff options
author | Yixun Lan <dlan@gentoo.org> | 2016-12-08 11:02:00 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2016-12-08 11:19:55 +0800 |
commit | b92be671a0b97f0057549cf41b2b59f17c088a25 (patch) | |
tree | dd277d5126c6902899dd3beaa922756456d1c6c8 /app-emulation/xen-tools | |
parent | app-emulation/xen-tools: version bump (diff) | |
download | gentoo-b92be671a0b97f0057549cf41b2b59f17c088a25.tar.gz gentoo-b92be671a0b97f0057549cf41b2b59f17c088a25.tar.bz2 gentoo-b92be671a0b97f0057549cf41b2b59f17c088a25.zip |
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
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.8.0.ebuild | 4 |
1 files changed, 0 insertions, 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 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!" |