summaryrefslogtreecommitdiff
blob: bf0744a3d1d3ef9a9c9013b567c429c88069a2c9 (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
29
30
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>ruby</herd>
  <use>
    <flag name="rubytests">
      Install ruby tests that can only be run after ruby is installed
    </flag>
    <flag name="readline">
      Use the <pkg>sys-libs/readline</pkg> library to provide the
      readline extension, used for instance by the irb tool. This flag
      is meaningful only if the libedit USE flag is disabled.

      If neither libedit nor readline USE flags are enabled, the
      readline extension will not be built (and irb will lose line
      editing functionality).
    </flag>
    <flag name="yaml">
      Use the <pkg>dev-libs/libyaml</pkg> library to build the psych
      extension, available since Ruby 1.9.2_rc2, in alternative to the
      bundled syck-based parser.
    </flag>
    <flag name="rdoc">
      Install <pkg>dev-ruby/rdoc</pkg> after installing Ruby.
    </flag>
    <flag name="jemalloc">
	  Use <pkg>dev-libs/jemalloc</pkg> for memory allocation.
	</flag>
  </use>
</pkgmetadata>