From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1215337-garchives=archives.gentoo.org@lists.gentoo.org> 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 C7324138359 for <garchives@archives.gentoo.org>; Fri, 16 Oct 2020 09:33:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C631E07A7; Fri, 16 Oct 2020 09:33:57 +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 03BCFE07A7 for <gentoo-commits@lists.gentoo.org>; Fri, 16 Oct 2020 09:33:56 +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 1B096335D4D for <gentoo-commits@lists.gentoo.org>; Fri, 16 Oct 2020 09:33:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81AC52EE for <gentoo-commits@lists.gentoo.org>; Fri, 16 Oct 2020 09:33:54 +0000 (UTC) From: "Hans de Graaff" <graaff@gentoo.org> 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" <graaff@gentoo.org> Message-ID: <1602840825.ce67635674baacb6f7cf27f5f26756fc2de767c5.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/parser/parser-2.7.2.0-r1.ebuild X-VCS-Directories: dev-ruby/parser/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: ce67635674baacb6f7cf27f5f26756fc2de767c5 X-VCS-Branch: master Date: Fri, 16 Oct 2020 09:33:54 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 724b00a5-00ec-497b-bbc8-3b1af9b98fb7 X-Archives-Hash: 7841c63341d39e0721a7c2a6fe7c4a33 commit: ce67635674baacb6f7cf27f5f26756fc2de767c5 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Oct 16 09:33:45 2020 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Oct 16 09:33:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce676356 dev-ruby/parser: fix build dependencies dev-ruby/cliver is now a built-time dependency, not just a test dependency. Closes: https://bugs.gentoo.org/748486 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/parser/parser-2.7.2.0-r1.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-ruby/parser/parser-2.7.2.0-r1.ebuild b/dev-ruby/parser/parser-2.7.2.0-r1.ebuild index 09644484d1d..9572def4586 100644 --- a/dev-ruby/parser/parser-2.7.2.0-r1.ebuild +++ b/dev-ruby/parser/parser-2.7.2.0-r1.ebuild @@ -25,10 +25,12 @@ IUSE="" DEPEND+=" =dev-util/ragel-6*" -ruby_add_bdepend "test? ( - dev-ruby/minitest:5 - dev-ruby/racc - dev-ruby/cliver )" +ruby_add_bdepend " + test? ( + dev-ruby/minitest:5 + dev-ruby/racc ) + dev-ruby/cliver +" ruby_add_rdepend "=dev-ruby/ast-2.4* >=dev-ruby/ast-2.4.1" all_ruby_prepare() {