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 449071382AC for ; Tue, 14 Jun 2016 04:51:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05CB8E09B2; Tue, 14 Jun 2016 04:51:49 +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 8EE47E09B2 for ; Tue, 14 Jun 2016 04:51:48 +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 88C8D33FA71 for ; Tue, 14 Jun 2016 04:51:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C4352416 for ; Tue, 14 Jun 2016 04:51:43 +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: <1465879880.47da7438624f5898606d686a52034e2c4fe760f6.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activerecord/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/activerecord/activerecord-3.2.22.2.ebuild X-VCS-Directories: dev-ruby/activerecord/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 47da7438624f5898606d686a52034e2c4fe760f6 X-VCS-Branch: master Date: Tue, 14 Jun 2016 04:51:43 +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: 3c7368d4-32d2-4126-a7be-240e7115409a X-Archives-Hash: 071c90013a246fe956dc40be455e3765 commit: 47da7438624f5898606d686a52034e2c4fe760f6 Author: Hans de Graaff gentoo org> AuthorDate: Tue Jun 14 04:50:50 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Jun 14 04:51:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47da7438 dev-ruby/activerecord: add missing test-unit dependency, bug 578140 Package-Manager: portage-2.2.28 dev-ruby/activerecord/activerecord-3.2.22.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/activerecord/activerecord-3.2.22.2.ebuild b/dev-ruby/activerecord/activerecord-3.2.22.2.ebuild index fad32bc..7afc45f 100644 --- a/dev-ruby/activerecord/activerecord-3.2.22.2.ebuild +++ b/dev-ruby/activerecord/activerecord-3.2.22.2.ebuild @@ -40,6 +40,7 @@ ruby_add_bdepend " ~dev-ruby/actionpack-${PV} >=dev-ruby/sqlite3-1.3.5 dev-ruby/mocha:0.13 + >=dev-ruby/test-unit-3:2 )" all_ruby_prepare() {