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 21FC41382AC for ; Tue, 21 Jun 2016 05:09:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FDDA141E9; Tue, 21 Jun 2016 05:09:28 +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 ECA4D141E9 for ; Tue, 21 Jun 2016 05:09:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 320EB33BF44 for ; Tue, 21 Jun 2016 05:09:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C89052420 for ; Tue, 21 Jun 2016 05:09:22 +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: <1466485675.224773bb438d9510be98bb07c15f564f89a4ea33.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activesupport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/activesupport/activesupport-3.2.22.2.ebuild X-VCS-Directories: dev-ruby/activesupport/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 224773bb438d9510be98bb07c15f564f89a4ea33 X-VCS-Branch: master Date: Tue, 21 Jun 2016 05:09: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: 0869e8a7-15da-40b3-8b95-59e532ebbc35 X-Archives-Hash: e0040d7a1b703ce8dfbc7b2c19209d0e commit: 224773bb438d9510be98bb07c15f564f89a4ea33 Author: Hans de Graaff gentoo org> AuthorDate: Tue Jun 21 05:00:21 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Jun 21 05:07:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224773bb dev-ruby/activesupport: add missing test dependency on rack Add missing test dependency on dev-ruby/rack. Fixes bug 578128 Package-Manager: portage-2.2.28 dev-ruby/activesupport/activesupport-3.2.22.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/activesupport/activesupport-3.2.22.2.ebuild b/dev-ruby/activesupport/activesupport-3.2.22.2.ebuild index 3ced26c..7d69f9a 100644 --- a/dev-ruby/activesupport/activesupport-3.2.22.2.ebuild +++ b/dev-ruby/activesupport/activesupport-3.2.22.2.ebuild @@ -39,6 +39,7 @@ ruby_add_bdepend "test? ( >=dev-ruby/memcache-client-1.5.8 dev-ruby/nokogiri >=dev-ruby/builder-3.0.3:3 + dev-ruby/rack >=dev-ruby/tzinfo-0.3.29 )"