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 C3B2D1384B4 for ; Sat, 2 Jan 2016 08:26:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC83021C00B; Sat, 2 Jan 2016 08:26:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55B4321C00B for ; Sat, 2 Jan 2016 08:26:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B2D03405C3 for ; Sat, 2 Jan 2016 08:26:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FEC7CF6 for ; Sat, 2 Jan 2016 08:26:25 +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: <1451723145.c8fe5b90e0eec5ed97d358c437a7889b23890894.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-cache/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rack-cache/rack-cache-1.5.1.ebuild X-VCS-Directories: dev-ruby/rack-cache/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c8fe5b90e0eec5ed97d358c437a7889b23890894 X-VCS-Branch: master Date: Sat, 2 Jan 2016 08:26:25 +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: 3ba1e52e-ac0c-4d0f-9f70-20f04ea76137 X-Archives-Hash: c577eda05afb397a9b74180514343c17 commit: c8fe5b90e0eec5ed97d358c437a7889b23890894 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jan 2 07:34:22 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jan 2 08:25:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8fe5b90 dev-ruby/rack-cache: add missing mocha test dependency Package-Manager: portage-2.2.24 dev-ruby/rack-cache/rack-cache-1.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rack-cache/rack-cache-1.5.1.ebuild b/dev-ruby/rack-cache/rack-cache-1.5.1.ebuild index 6e9caf9..3e360e1 100644 --- a/dev-ruby/rack-cache/rack-cache-1.5.1.ebuild +++ b/dev-ruby/rack-cache/rack-cache-1.5.1.ebuild @@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*" inherit versionator ruby-fakegem -DESCRIPTION="A drop-in component to enable HTTP caching for Rack-based applications that produce freshness info" +DESCRIPTION="Enable HTTP caching for Rack-based applications that produce freshness info" HOMEPAGE="https://github.com/rtomayko/rack-cache" SRC_URI="https://github.com/rtomayko/rack-cache/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -25,7 +25,7 @@ IUSE="" ruby_add_rdepend "dev-ruby/rack:*" -ruby_add_bdepend "test? ( dev-ruby/maxitest )" +ruby_add_bdepend "test? ( dev-ruby/maxitest >=dev-ruby/mocha-0.13.0 )" all_ruby_prepare() { sed -i -e '/bundler/ s:^:#:' \