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 DCA48139337 for ; Mon, 26 Jul 2021 05:43:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92A81E09FD; Mon, 26 Jul 2021 05:43:14 +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 4846BE09FE for ; Mon, 26 Jul 2021 05:43:14 +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 B3E99342E08 for ; Mon, 26 Jul 2021 05:43:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27E6C7AC for ; Mon, 26 Jul 2021 05:43: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: <1627278145.1edaaf50d0dc932b86f0e6f2b8edc8e2938df5e7.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/elasticsearch-extensions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/elasticsearch-extensions/elasticsearch-extensions-0.0.33.ebuild X-VCS-Directories: dev-ruby/elasticsearch-extensions/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 1edaaf50d0dc932b86f0e6f2b8edc8e2938df5e7 X-VCS-Branch: master Date: Mon, 26 Jul 2021 05:43: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: c7d300bc-7ad6-433b-9ed9-64925351d990 X-Archives-Hash: 24043e2c7f8437e3f02de08f92eccd74 commit: 1edaaf50d0dc932b86f0e6f2b8edc8e2938df5e7 Author: Hans de Graaff gentoo org> AuthorDate: Sun Jul 25 10:00:00 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jul 26 05:42:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1edaaf50 dev-ruby/elasticsearch-extensions: fix tests Avoid dependency on yard. Closes: https://bugs.gentoo.org/803509 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/elasticsearch-extensions/elasticsearch-extensions-0.0.33.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/elasticsearch-extensions/elasticsearch-extensions-0.0.33.ebuild b/dev-ruby/elasticsearch-extensions/elasticsearch-extensions-0.0.33.ebuild index b6b127aa4e8..7c3b937f329 100644 --- a/dev-ruby/elasticsearch-extensions/elasticsearch-extensions-0.0.33.ebuild +++ b/dev-ruby/elasticsearch-extensions/elasticsearch-extensions-0.0.33.ebuild @@ -45,6 +45,7 @@ all_ruby_prepare() { # remove useless dependencies from Rakefile sed -e '/bundler/d' \ -e '/require.*cane/,/end/d' \ + -e '/require.*yard/,/end/ s:^:#:' \ -i Rakefile || die sed -e '/reporters/I s:^:#:' \