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 D4B7313832E for ; Thu, 21 Jul 2016 19:39:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79A3E21C0A0; Thu, 21 Jul 2016 19:39:07 +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 180E521C075 for ; Thu, 21 Jul 2016 19:39:06 +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 0F99A340E58 for ; Thu, 21 Jul 2016 19:39:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E22252434 for ; Thu, 21 Jul 2016 19:38:59 +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: <1469129914.5513456a64c8b19cbb51e81c400df4d514a7849e.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/timecop/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/timecop/timecop-0.7.1.ebuild X-VCS-Directories: dev-ruby/timecop/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 5513456a64c8b19cbb51e81c400df4d514a7849e X-VCS-Branch: master Date: Thu, 21 Jul 2016 19:38:59 +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: 464d79be-6084-473f-b0a0-7b0545c477c9 X-Archives-Hash: 9ad1202a42394c8c9cfa7669e4ba6e42 commit: 5513456a64c8b19cbb51e81c400df4d514a7849e Author: Hans de Graaff gentoo org> AuthorDate: Thu Jul 21 19:14:46 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Jul 21 19:38:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5513456a dev-ruby/timecop: add ruby21 to stable version Package-Manager: portage-2.2.28 dev-ruby/timecop/timecop-0.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/timecop/timecop-0.7.1.ebuild b/dev-ruby/timecop/timecop-0.7.1.ebuild index 796ab92..bbb7411 100644 --- a/dev-ruby/timecop/timecop-0.7.1.ebuild +++ b/dev-ruby/timecop/timecop-0.7.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -USE_RUBY="ruby20" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_TASK_TEST="test"