app-emulation/xen-tools: remove hardcoded gcrypt support
authorYixun Lan <dlan@gentoo.org>
Thu, 8 Dec 2016 03:02:00 +0000 (11:02 +0800)
committerYixun Lan <dlan@gentoo.org>
Thu, 8 Dec 2016 03:19:55 +0000 (11:19 +0800)
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

index 62fa2bebcd78fcaaddd9186cac60b5dfa581c716..6a2c8dc71c25cbaafd11ef31a58659cad807691c 100644 (file)
@@ -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!"