diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-05-25 19:12:52 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-05-25 19:12:52 +0000 |
commit | 8e59bd07d34772a0d11b5dc6116d80341d06c066 (patch) | |
tree | cef10bc9f4a475ed6913a9437c10ed6a86823ef3 /profiles/base | |
parent | Version bump to 1.9.1. Fixes bug#396121 and bug#395273. (diff) | |
download | gentoo-2-8e59bd07d34772a0d11b5dc6116d80341d06c066.tar.gz gentoo-2-8e59bd07d34772a0d11b5dc6116d80341d06c066.tar.bz2 gentoo-2-8e59bd07d34772a0d11b5dc6116d80341d06c066.zip |
Add ruby19 to the default RUBY_TARGETS.
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 33f4b4a05f93..3c2a184b3cf1 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.81 2012/05/15 14:24:07 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.82 2012/05/25 19:12:52 graaff Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -92,7 +92,7 @@ USE="${USE} modules" # Alex Legler <a3li@gentoo.org> (30 Nov 2009) # Default Ruby build targets -RUBY_TARGETS="ruby18" +RUBY_TARGETS="ruby18 ruby19" # Samuli Suominen <ssuominen@gentoo.org> (03 Dec 2009) # Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx |