diff options
Diffstat (limited to 'app-crypt/ekeyd')
-rw-r--r-- | app-crypt/ekeyd/metadata.xml | 40 |
1 files changed, 19 insertions, 21 deletions
diff --git a/app-crypt/ekeyd/metadata.xml b/app-crypt/ekeyd/metadata.xml index e97586d5296e..3e3574ab1036 100644 --- a/app-crypt/ekeyd/metadata.xml +++ b/app-crypt/ekeyd/metadata.xml @@ -1,27 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> + <maintainer type="person"> <email>k_f@gentoo.org</email> <name>Kristian Fiskerstrand</name> - </maintainer> - <use> - <flag name="usb"> - Build the libusb-based userland daemon for accessing the - EntropyKey (alternative to the CDC USB driver). It is suggested - to use this option by default, as the CDC driver in the kernel - often seems to be fragile (or the gadget implementation on the - EntropyKey is too buggy), and can cause various problems. - </flag> - - <flag name="munin"> - Install a plugin for <pkg>net-analyzer/munin</pkg> to graph - statistical data from ekeyd. - </flag> - - <flag name="minimal"> - Only install the ekey-egd-linux service rather than the full - ekeyd package. - </flag> - </use> + </maintainer> + <use> + <flag name="usb"> + Build the libusb-based userland daemon for accessing the + EntropyKey (alternative to the CDC USB driver). It is suggested + to use this option by default, as the CDC driver in the kernel + often seems to be fragile (or the gadget implementation on the + EntropyKey is too buggy), and can cause various problems. + </flag> + <flag name="munin"> + Install a plugin for <pkg>net-analyzer/munin</pkg> to graph + statistical data from ekeyd. + </flag> + <flag name="minimal"> + Only install the ekey-egd-linux service rather than the full + ekeyd package. + </flag> + </use> </pkgmetadata> |