diff options
author | Alex Legler <a3li@gentoo.org> | 2009-11-30 19:09:02 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-11-30 19:09:02 +0000 |
commit | 9e7b167144f09301185f0cdbb38805a1e4c2c430 (patch) | |
tree | 0fd417152f8043d59ec3489b940bfc2804a71603 /profiles/desc | |
parent | Version bump. Per bug #278506. Acked by Mr_Bones_ (diff) | |
download | gentoo-2-9e7b167144f09301185f0cdbb38805a1e4c2c430.tar.gz gentoo-2-9e7b167144f09301185f0cdbb38805a1e4c2c430.tar.bz2 gentoo-2-9e7b167144f09301185f0cdbb38805a1e4c2c430.zip |
Add RUBY_TARGETS to USE_EXPAND, defaults to "ruby18".
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/ruby_targets.desc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc new file mode 100644 index 000000000000..72f17c57b25a --- /dev/null +++ b/profiles/desc/ruby_targets.desc @@ -0,0 +1,10 @@ +# Copyright 2009 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/ruby_targets.desc,v 1.1 2009/11/30 19:09:02 a3li Exp $ + +# This file contains descriptions of RUBY_TARGETS USE_EXPAND flags. + +jruby - Build with JRuby +ree18 - Build with Ruby Enterprise Edition 1.8.x +ruby18 - Build with MRI Ruby 1.8.x +ruby19 - Build with MRI Ruby 1.9.x |