summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2017-06-21 13:34:23 +0200
committerFabian Groffen <grobian@gentoo.org>2017-06-21 13:34:32 +0200
commit11417fed7600ee2a14d6374478d6fe87e4250a9c (patch)
treef38a2d6843ea4d95f1b240b37cc537b9a220ef96 /profiles
parentdev-python/colorspacious: Fix Repoman Issues and add missing DEP on app-arch/... (diff)
downloadgentoo-11417fed7600ee2a14d6374478d6fe87e4250a9c.tar.gz
gentoo-11417fed7600ee2a14d6374478d6fe87e4250a9c.tar.bz2
gentoo-11417fed7600ee2a14d6374478d6fe87e4250a9c.zip
profiles/prefix: update RUBY_TARGETS
Diffstat (limited to 'profiles')
-rw-r--r--profiles/prefix/make.defaults3
-rw-r--r--profiles/prefix/use.mask3
2 files changed, 6 insertions, 0 deletions
diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults
index 14ae9b2fd7fb..9cd0b2c7bb8f 100644
--- a/profiles/prefix/make.defaults
+++ b/profiles/prefix/make.defaults
@@ -15,3 +15,6 @@ FEATURES="collision-protect"
# built first. Drop Python 3.4 to avoid unnecessary builds.
PYTHON_TARGETS="python2_7 python3_5"
PYTHON_SINGLE_TARGET="python3_5"
+
+# Move away from ruby21, fast forward to ruby24, we don't have ruby23
+RUBY_TARGETS="ruby22 ruby24"
diff --git a/profiles/prefix/use.mask b/profiles/prefix/use.mask
index ff5a8e41047f..47e9b1a2a497 100644
--- a/profiles/prefix/use.mask
+++ b/profiles/prefix/use.mask
@@ -13,3 +13,6 @@ acl
# Prefix removed python3_4 from PYTHON_TARGETS and PYTHON_SINGLE_TARGET
python_targets_python3_4
python_single_target_python3_4
+
+# Similar for Ruby 2.1
+ruby_targets_ruby21