diff options
author | David Seifert <soap@gentoo.org> | 2017-11-25 18:54:34 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-11-25 20:50:37 +0100 |
commit | 20ea3953f7a49fdbd121b478a153ec486e94f7f7 (patch) | |
tree | ff1b38a9caf5b1d8c2ea6bf17ff241d1cc986865 /app-crypt/ekeyd/metadata.xml | |
parent | app-crypt/codecrypt: [QA] Consistent whitespace in metadata.xml (diff) | |
download | gentoo-20ea3953f7a49fdbd121b478a153ec486e94f7f7.tar.gz gentoo-20ea3953f7a49fdbd121b478a153ec486e94f7f7.tar.bz2 gentoo-20ea3953f7a49fdbd121b478a153ec486e94f7f7.zip |
app-crypt/ekeyd: [QA] Consistent whitespace in metadata.xml
Diffstat (limited to 'app-crypt/ekeyd/metadata.xml')
-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> |