From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5762613829C for ; Sun, 29 May 2016 16:20:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD341143B7; Sun, 29 May 2016 16:20:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CE6E0940A9 for ; Sun, 29 May 2016 16:20:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10D68340C42 for ; Sun, 29 May 2016 16:20:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3855E1AE8 for ; Sun, 29 May 2016 16:20:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1464538792.d24bf12a877b71794e9a63f166115d0469a1ff25.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/desc/ruby_targets.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d24bf12a877b71794e9a63f166115d0469a1ff25 X-VCS-Branch: master Date: Sun, 29 May 2016 16:20:22 +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: c7af7a31-8d23-4b3e-bb79-2561dec14716 X-Archives-Hash: d905f4798fd6953531e5360985bfa9da commit: d24bf12a877b71794e9a63f166115d0469a1ff25 Author: Michał Górny gentoo org> AuthorDate: Thu May 26 18:03:48 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 29 16:19:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d24bf12a profiles: Remove unused RUBY_TARGETS profiles/desc/ruby_targets.desc | 2 -- 1 file changed, 2 deletions(-) diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc index 417554e..b9f2462 100644 --- a/profiles/desc/ruby_targets.desc +++ b/profiles/desc/ruby_targets.desc @@ -6,8 +6,6 @@ rbx - Build with Rubinius jruby - Build with JRuby -ree18 - Build with Ruby Enterprise Edition 1.8.x (removed) -ruby18 - Build with MRI Ruby 1.8.x (removed) ruby19 - Build with MRI Ruby 1.9.x ruby20 - Build with MRI Ruby 2.0.x ruby21 - Build with MRI Ruby 2.1.x