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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 14D96158020 for ; Sat, 3 Dec 2022 15:29:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EDA32BC01F; Sat, 3 Dec 2022 15:29:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47B312BC01F for ; Sat, 3 Dec 2022 15:29:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AF1E3414BA for ; Sat, 3 Dec 2022 15:29:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E84D9692 for ; Sat, 3 Dec 2022 15:29:25 +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: <1670081310.11d693436ee7d1ce20feb2aceedff8a8d9f8c26d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rmagick/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rmagick/rmagick-5.1.0.ebuild X-VCS-Directories: dev-ruby/rmagick/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 11d693436ee7d1ce20feb2aceedff8a8d9f8c26d X-VCS-Branch: master Date: Sat, 3 Dec 2022 15:29:25 +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: 9c1272d7-b8e8-44eb-8184-b1b5f78b59df X-Archives-Hash: e25ed420659e32687b10b475772a2df4 commit: 11d693436ee7d1ce20feb2aceedff8a8d9f8c26d Author: Hans de Graaff gentoo org> AuthorDate: Sat Dec 3 15:00:29 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Dec 3 15:28:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d69343 dev-ruby/rmagick: add missing pkg-config build dep Closes: https://bugs.gentoo.org/881369 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rmagick/rmagick-5.1.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-ruby/rmagick/rmagick-5.1.0.ebuild b/dev-ruby/rmagick/rmagick-5.1.0.ebuild index 8078c21eb70d..26adb72d7ad0 100644 --- a/dev-ruby/rmagick/rmagick-5.1.0.ebuild +++ b/dev-ruby/rmagick/rmagick-5.1.0.ebuild @@ -31,6 +31,8 @@ IUSE="doc" RDEPEND+=" >=media-gfx/imagemagick-6.9.0:=" DEPEND+=" >=media-gfx/imagemagick-6.9.0 test? ( >=media-gfx/imagemagick-7.1.0:=[jpeg,lqr,lcms,postscript,tiff,webp] )" +ruby_add_bdepend "dev-ruby/pkg-config" + all_ruby_prepare() { # Avoid unused dependency on rake-compiler. This also avoids an # extra compile during tests.