diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-11 17:02:39 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-11 18:03:35 +0300 |
commit | 18779e114fbfcb80dc83b228b0581dd75f855a7f (patch) | |
tree | c2b65f975ca4f03c5270f98d9e487dfde08b653e /app-crypt/tpm-emulator/metadata.xml | |
parent | net-libs/nodejs: Old. (diff) | |
download | gentoo-18779e114fbfcb80dc83b228b0581dd75f855a7f.tar.gz gentoo-18779e114fbfcb80dc83b228b0581dd75f855a7f.tar.bz2 gentoo-18779e114fbfcb80dc83b228b0581dd75f855a7f.zip |
app-crypt/tpm-emulator: massive cleanup
Kernel module is optional now, no need to enforce it.
Fix libdir issue.
Support MTM emulator.
Properly enable/disable openssl.
Properly build kernel module.
Rewrite of init.d scripts.
Probably more.
Closes: https://bugs.gentoo.org/show_bug.cgi?id=640734
Bug: https://bugs.gentoo.org/show_bug.cgi?id=540384
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-crypt/tpm-emulator/metadata.xml')
-rw-r--r-- | app-crypt/tpm-emulator/metadata.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-crypt/tpm-emulator/metadata.xml b/app-crypt/tpm-emulator/metadata.xml index e3da96029705..401103a0692f 100644 --- a/app-crypt/tpm-emulator/metadata.xml +++ b/app-crypt/tpm-emulator/metadata.xml @@ -8,4 +8,7 @@ <upstream> <remote-id type="sourceforge">tpm-emulator</remote-id> </upstream> + <use> + <flag name="mtm-emulator">Build the MTM emulator</flag> + </use> </pkgmetadata> |