public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rbpdf/
Date: Sun, 30 Aug 2020 01:26:57 +0000 (UTC)	[thread overview]
Message-ID: <1598750702.801670c975affc30d78e71197e246e5025eb88fd.mjo@gentoo> (raw)

commit:     801670c975affc30d78e71197e246e5025eb88fd
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 01:24:48 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> 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 <mjo <AT> 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
 


             reply	other threads:[~2020-08-30  1:27 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-30  1:26 Michael Orlitzky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-03  9:12 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rbpdf/ Hans de Graaff
2024-10-05  7:30 Hans de Graaff
2024-05-19  5:33 Hans de Graaff
2023-08-29 14:50 Hans de Graaff
2023-07-18  4:46 Hans de Graaff
2023-07-11  9:43 Hans de Graaff
2023-07-10 19:08 Hans de Graaff
2023-06-17  4:53 Hans de Graaff
2023-02-14  6:56 Hans de Graaff
2022-04-09  7:38 Hans de Graaff
2020-09-11  4:06 Hans de Graaff
2020-05-21  4:40 Hans de Graaff
2020-05-21  4:40 Hans de Graaff
2020-05-19 14:28 Michael Orlitzky
2019-08-21 15:52 Hans de Graaff
2019-08-12  4:55 Hans de Graaff
2019-08-12  4:55 Hans de Graaff
2019-05-22 17:20 Hans de Graaff
2019-01-27 19:13 Hans de Graaff
2019-01-21  6:49 Hans de Graaff
2018-12-08  7:47 Hans de Graaff
2018-06-25  5:07 Hans de Graaff
2018-06-17  7:16 Hans de Graaff
2018-04-29  9:42 Hans de Graaff
2018-02-08 18:45 Hans de Graaff
2017-09-11  5:47 Hans de Graaff
2017-08-25  6:09 Hans de Graaff
2017-04-09  5:00 Hans de Graaff
2017-03-30  6:08 Hans de Graaff
2016-08-28 23:15 Manuel RĂ¼ger
2016-03-01  7:21 Hans de Graaff
2015-12-17  2:16 Michael Orlitzky
2015-11-05  6:26 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1598750702.801670c975affc30d78e71197e246e5025eb88fd.mjo@gentoo \
    --to=mjo@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox