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 6BE291382C5 for ; Sun, 24 May 2020 04:14:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69019E08B1; Sun, 24 May 2020 04:14:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F9CCE08A8 for ; Sun, 24 May 2020 04:14:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3412A34F085 for ; Sun, 24 May 2020 04:14:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51BF5261 for ; Sun, 24 May 2020 04:14:07 +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: <1590293600.c7f9e7e11d4f5a8807de570ad183b4ac6aa6eba6.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/maildir/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/maildir/maildir-2.2.2.ebuild X-VCS-Directories: dev-ruby/maildir/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c7f9e7e11d4f5a8807de570ad183b4ac6aa6eba6 X-VCS-Branch: master Date: Sun, 24 May 2020 04:14:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b6460789-060f-4118-b70f-a5ec1e46b6b3 X-Archives-Hash: 78c2202b8b7326fac38f7f10e4d5ae88 commit: c7f9e7e11d4f5a8807de570ad183b4ac6aa6eba6 Author: Hans de Graaff gentoo org> AuthorDate: Sun May 24 03:52:16 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun May 24 04:13:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f9e7e1 dev-ruby/maildir: add missing dependency Closes: https://bugs.gentoo.org/723852 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/maildir/maildir-2.2.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-ruby/maildir/maildir-2.2.2.ebuild b/dev-ruby/maildir/maildir-2.2.2.ebuild index 18fa6f98b15..e5614828fca 100644 --- a/dev-ruby/maildir/maildir-2.2.2.ebuild +++ b/dev-ruby/maildir/maildir-2.2.2.ebuild @@ -20,6 +20,8 @@ KEYWORDS="~amd64" SLOT="2" IUSE="test" +ruby_add_rdepend "dev-ruby/activesupport:*" + ruby_add_bdepend " test? ( >=dev-ruby/fakefs-0.3.2 dev-ruby/mail dev-ruby/shoulda-context dev-ruby/test-unit:2 )"