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 9A80E1382AC for ; Tue, 14 Jun 2016 04:51:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 752D6E0950; Tue, 14 Jun 2016 04:51:48 +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 69699E0932 for ; Tue, 14 Jun 2016 04:51:47 +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 5507633FEDE for ; Tue, 14 Jun 2016 04:51:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 784992412 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: <1465879874.8242c2ed4a1b48101804b32b7c3138f86e08fbac.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/actionmailer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/actionmailer/actionmailer-3.2.22.2.ebuild X-VCS-Directories: dev-ruby/actionmailer/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 8242c2ed4a1b48101804b32b7c3138f86e08fbac 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: a2473ace-25f1-481e-abf6-660dc8fb6c54 X-Archives-Hash: c13d70973ea375b863794fa004dd95a4 commit: 8242c2ed4a1b48101804b32b7c3138f86e08fbac Author: Hans de Graaff gentoo org> AuthorDate: Tue Jun 14 04:47:47 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Jun 14 04:51:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8242c2ed dev-ruby/actionmailer: add missing test-unit dependency, bug 578140 Package-Manager: portage-2.2.28 dev-ruby/actionmailer/actionmailer-3.2.22.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/actionmailer/actionmailer-3.2.22.2.ebuild b/dev-ruby/actionmailer/actionmailer-3.2.22.2.ebuild index cdfba0a..adc838e 100644 --- a/dev-ruby/actionmailer/actionmailer-3.2.22.2.ebuild +++ b/dev-ruby/actionmailer/actionmailer-3.2.22.2.ebuild @@ -28,6 +28,7 @@ ruby_add_rdepend "~dev-ruby/actionpack-${PV} ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/mocha:0.13 + >=dev-ruby/test-unit-3:2 )" all_ruby_prepare() {