From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BF66139694 for ; Wed, 21 Jun 2017 11:34:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8222BE0C5A; Wed, 21 Jun 2017 11:34:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5AE09E0C5A for ; Wed, 21 Jun 2017 11:34:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6862F3415B7 for ; Wed, 21 Jun 2017 11:34:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A68B67476 for ; Wed, 21 Jun 2017 11:34:36 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1498044872.11417fed7600ee2a14d6374478d6fe87e4250a9c.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/make.defaults profiles/prefix/use.mask X-VCS-Directories: profiles/prefix/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 11417fed7600ee2a14d6374478d6fe87e4250a9c X-VCS-Branch: master Date: Wed, 21 Jun 2017 11:34:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6734ba6b-d671-49f3-ab59-92d06da842cd X-Archives-Hash: 4f5174324b8b12cb94f379f0c3fb37d7 commit: 11417fed7600ee2a14d6374478d6fe87e4250a9c Author: Fabian Groffen gentoo org> AuthorDate: Wed Jun 21 11:34:23 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Jun 21 11:34:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11417fed profiles/prefix: update RUBY_TARGETS profiles/prefix/make.defaults | 3 +++ profiles/prefix/use.mask | 3 +++ 2 files changed, 6 insertions(+) diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults index 14ae9b2fd7f..9cd0b2c7bb8 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 ff5a8e41047..47e9b1a2a49 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