Skip to content

Commit

Permalink
app-emulation/xen-tools: remove hardcoded gcrypt support
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dlan17 committed Dec 8, 2016
1 parent 5eec878 commit b92be67
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app-emulation/xen-tools/xen-tools-4.8.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down

0 comments on commit b92be67

Please sign in to comment.