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 217C1138334 for ; Sun, 28 Apr 2019 09:48:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E997E082D; Sun, 28 Apr 2019 09:48:23 +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 00097E082D for ; Sun, 28 Apr 2019 09:48:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8BFF434298B for ; Sun, 28 Apr 2019 09:48:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F22E155B for ; Sun, 28 Apr 2019 09:48:19 +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: <1556444892.23113cb79008ebf5045db8aa3b49f0e67f53a081.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rb-inotify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rb-inotify/rb-inotify-0.10.0.ebuild X-VCS-Directories: dev-ruby/rb-inotify/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 23113cb79008ebf5045db8aa3b49f0e67f53a081 X-VCS-Branch: master Date: Sun, 28 Apr 2019 09:48:19 +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: 95196e98-b809-4b27-953b-5b693b812c2c X-Archives-Hash: 50d94d37066ecab8595be8eef4cea595 commit: 23113cb79008ebf5045db8aa3b49f0e67f53a081 Author: Hans de Graaff gentoo org> AuthorDate: Sun Apr 28 09:42:01 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Apr 28 09:48:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23113cb7 dev-ruby/rb-inotify: add missing test dep on concurrent-ruby Fixes: https://bugs.gentoo.org/684226 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/rb-inotify/rb-inotify-0.10.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-ruby/rb-inotify/rb-inotify-0.10.0.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.10.0.ebuild index b210ddcbfc3..aca75df56eb 100644 --- a/dev-ruby/rb-inotify/rb-inotify-0.10.0.ebuild +++ b/dev-ruby/rb-inotify/rb-inotify-0.10.0.ebuild @@ -22,6 +22,8 @@ IUSE="" ruby_add_rdepend "dev-ruby/ffi" +ruby_add_bdepend "test? ( dev-ruby/concurrent-ruby )" + all_ruby_prepare() { # Avoid unneeded dependency on jeweler. sed -i -e '/:build/ s:^:#:' -e '/module Jeweler/,/^end/ s:^:#:' -e '/class Jeweler/,/^end/ s:^:#:' Rakefile || die