34 lines
1.2 KiB
XML
34 lines
1.2 KiB
XML
<?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='libedit'>
|
|
Use the <pkg>dev-libs/libedit</pkg> library to provide the
|
|
readline extension, used for instance by the irb tool. This flag
|
|
will take precedence over the readline USE flag.
|
|
|
|
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='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="fastthreading">
|
|
EXPERIMENTAL Enables fast threading routines. Removes support for callcc.
|
|
</flag>
|
|
</use>
|
|
</pkgmetadata>
|