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 0B09C138359 for ; Sun, 30 Aug 2020 01:27:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BA70E08E5; Sun, 30 Aug 2020 01:27:00 +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 0E08FE08E5 for ; Sun, 30 Aug 2020 01:26:59 +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 9F10A340D79 for ; Sun, 30 Aug 2020 01:26:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 111D7324 for ; Sun, 30 Aug 2020 01:26:57 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1598750702.801670c975affc30d78e71197e246e5025eb88fd.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rbpdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rbpdf/rbpdf-1.20.1-r2.ebuild X-VCS-Directories: dev-ruby/rbpdf/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 801670c975affc30d78e71197e246e5025eb88fd X-VCS-Branch: master Date: Sun, 30 Aug 2020 01:26:57 +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: 7d891cb7-4f3b-4f76-ba0b-89f3fb0bec6a X-Archives-Hash: 3e46c5bacd0d4d6aaa94ca7e7b08bfb6 commit: 801670c975affc30d78e71197e246e5025eb88fd Author: Michael Orlitzky gentoo org> AuthorDate: Sun Aug 30 01:24:48 2020 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Aug 30 01:25:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=801670c9 dev-ruby/rbpdf: add missing test USE-dependencies. The test suite for rbpdf needs png/jpeg support from the imagemagick command-line tools (run via mini_magick (or rmagick?)) to run "magick identify" on png and jpeg files. Here we add a build-time dependency on that stuff to fix the test failure. Closes: https://bugs.gentoo.org/738784 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Orlitzky gentoo.org> dev-ruby/rbpdf/rbpdf-1.20.1-r2.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-ruby/rbpdf/rbpdf-1.20.1-r2.ebuild b/dev-ruby/rbpdf/rbpdf-1.20.1-r2.ebuild index 29f175a27c7..bab303c6040 100644 --- a/dev-ruby/rbpdf/rbpdf-1.20.1-r2.ebuild +++ b/dev-ruby/rbpdf/rbpdf-1.20.1-r2.ebuild @@ -31,6 +31,10 @@ ruby_add_rdepend " || ( dev-ruby/mini_magick dev-ruby/rmagick ) " +# Two of the tests require png/jpeg support in "magick identify", +# see bug 738784. +BDEPEND+=" test? ( virtual/imagemagick-tools[jpeg,png] )" + all_ruby_prepare() { default