diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-01-26 09:27:14 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-01-26 09:27:14 +0000 |
commit | 8e207b5b34568a6807ca234755457fd1d188d447 (patch) | |
tree | 18bca9f42bc3a1cf3a23fa25c3f4b1f3010c950b /dev-lang/ruby/metadata.xml | |
parent | sci-chemistry/pymol: Update HOMEPAGE (diff) | |
download | gentoo-2-8e207b5b34568a6807ca234755457fd1d188d447.tar.gz gentoo-2-8e207b5b34568a6807ca234755457fd1d188d447.tar.bz2 gentoo-2-8e207b5b34568a6807ca234755457fd1d188d447.zip |
dev-lang/ruby: Fix slot conflicts, #498970
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-lang/ruby/metadata.xml')
-rw-r--r-- | dev-lang/ruby/metadata.xml | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/dev-lang/ruby/metadata.xml b/dev-lang/ruby/metadata.xml index 963d76edceeb..ddc3f0a7b0b3 100644 --- a/dev-lang/ruby/metadata.xml +++ b/dev-lang/ruby/metadata.xml @@ -3,11 +3,10 @@ <pkgmetadata> <herd>ruby</herd> <use> - <flag name='rubytests'> + <flag name="rubytests"> Install ruby tests that can only be run after ruby is installed </flag> - - <flag name='libedit'> + <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. @@ -16,8 +15,7 @@ readline extension will not be built (and irb will lose line editing functionality). </flag> - - <flag name='readline'> + <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. @@ -26,14 +24,12 @@ readline extension will not be built (and irb will lose line editing functionality). </flag> - - <flag name='yaml'> + <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'> + <flag name="rdoc"> Install <pkg>dev-ruby/rdoc</pkg> after installing Ruby. </flag> </use> |