summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/ChangeLog5
-rw-r--r--profiles/desc/ruby_targets.desc5
2 files changed, 7 insertions, 3 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index e94528bf7062..214ce978bf4c 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -1,11 +1,14 @@
# ChangeLog for profile directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7965 2013/06/23 07:40:50 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7966 2013/06/23 12:31:13 graaff Exp $
#
# This ChangeLog should include records for all changes in profiles directory.
# Only typo fixes which don't affect portage/repoman behaviour could be avoided
# here. If in doubt put a record here!
+ 23 Jun 2013; Hans de Graaff <graaff@gentoo.org> desc/ruby_targets.desc:
+ Add ruby20 RUBY_TARGETS USE_EXPAND description.
+
23 Jun 2013; Pacho Ramos <pacho@gentoo.org> package.mask:
Mask packages currently included in emul-linux-x86-baselibs that are
incorporating native multilib support (as requested by mgorny via IRC for a
diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc
index bb9da0193994..af0190e77cd6 100644
--- a/profiles/desc/ruby_targets.desc
+++ b/profiles/desc/ruby_targets.desc
@@ -1,6 +1,6 @@
-# Copyright 2009-2011 Gentoo Foundation.
+# Copyright 1999-2013 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.2 2011/10/22 11:51:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/ruby_targets.desc,v 1.3 2013/06/23 12:31:14 graaff Exp $
# This file contains descriptions of RUBY_TARGETS USE_EXPAND flags.
@@ -9,3 +9,4 @@ 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
+ruby20 - Build with MRI Ruby 2.0.x