summaryrefslogtreecommitdiff
blob: e97586d5296e3babfeb014f45d2b4778c1e43944 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <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>
</pkgmetadata>