summaryrefslogtreecommitdiff
blob: 14379cb604e404284bda3404266059e0e4525543 (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
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>proxy-maintainers</herd>
  <maintainer>
    <email>pavel.stratil-jun@fenix.cz</email>
    <description>Proxied co-maintainer, assign bugs to him</description>
  </maintainer>
  <maintainer>
    <email>flameeyes@gentoo.org</email>
  </maintainer>

  <use>
    <flag name="memcache">
      Support memcache daemon (via <pkg>dev-libs/libmemcached</pkg>)
      for the queue storage.
    </flag>

    <flag name="drizzle">
      Support <pkg>dev-db/libdrizzle</pkg> for the queue storage. This
      also adds support for MySQL storage.
    </flag>
    <flag name="tokyocabinet">
      Support <pkg>dev-db/tokyocabinet</pkg> for the queue storage.
    </flag>

  </use>
</pkgmetadata>