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 D5EDD138222 for ; Thu, 5 May 2016 05:27:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65EA021C09C; Thu, 5 May 2016 05:27:20 +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 4CB62E0877 for ; Thu, 5 May 2016 05:27:19 +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 6801D340756 for ; Thu, 5 May 2016 05:27:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B2D287B for ; Thu, 5 May 2016 05:27:14 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1462425952.6e42fb17bfb8ca4e028ec3c5f19f9e7f8cbca750.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rspec/rspec-1.3.2-r2.ebuild X-VCS-Directories: dev-ruby/rspec/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 6e42fb17bfb8ca4e028ec3c5f19f9e7f8cbca750 X-VCS-Branch: master Date: Thu, 5 May 2016 05:27:14 +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: 5cb2bec3-a6a4-43a6-8fc7-f537376e5d5d X-Archives-Hash: ff6ea54a74fd03ebfc9e6984cb6c13fe commit: 6e42fb17bfb8ca4e028ec3c5f19f9e7f8cbca750 Author: Hans de Graaff gentoo org> AuthorDate: Thu May 5 05:25:52 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu May 5 05:25:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e42fb17 dev-ruby/rspec: document ruby22 status Package-Manager: portage-2.2.26 dev-ruby/rspec/rspec-1.3.2-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-ruby/rspec/rspec-1.3.2-r2.ebuild b/dev-ruby/rspec/rspec-1.3.2-r2.ebuild index 8d03eb3..6986480 100644 --- a/dev-ruby/rspec/rspec-1.3.2-r2.ebuild +++ b/dev-ruby/rspec/rspec-1.3.2-r2.ebuild @@ -3,6 +3,8 @@ # $Id$ EAPI=5 + +# ruby22: incompatible code USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_TASK_TEST="spec"