From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1336898-garchives=archives.gentoo.org@lists.gentoo.org> 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 7B18D158086 for <garchives@archives.gentoo.org>; Sat, 6 Nov 2021 01:27:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31C16E07EF; Sat, 6 Nov 2021 01:27:11 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1E57E07EF for <gentoo-commits@lists.gentoo.org>; Sat, 6 Nov 2021 01:27:10 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14AEC342E71 for <gentoo-commits@lists.gentoo.org>; Sat, 6 Nov 2021 01:27:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07E9D1AD for <gentoo-commits@lists.gentoo.org>; Sat, 6 Nov 2021 01:27:07 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1636162016.7a3203a1b531382d4a4a87a5aca25139174e0956.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Image-Sane/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Image-Sane/Image-Sane-5.0.0.ebuild X-VCS-Directories: dev-perl/Image-Sane/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7a3203a1b531382d4a4a87a5aca25139174e0956 X-VCS-Branch: master Date: Sat, 6 Nov 2021 01:27:07 +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: 3e520e6c-2cf5-4c66-b22d-fa583e6a75a5 X-Archives-Hash: eb2b6d51d2fb60a50c3ab4add175d747 commit: 7a3203a1b531382d4a4a87a5aca25139174e0956 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Nov 6 01:26:23 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Nov 6 01:26:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a3203a1 dev-perl/Image-Sane: add missing test dependency Closes: https://bugs.gentoo.org/737324 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-perl/Image-Sane/Image-Sane-5.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-perl/Image-Sane/Image-Sane-5.0.0.ebuild b/dev-perl/Image-Sane/Image-Sane-5.0.0.ebuild index 7be595a2744..ec8db37b010 100644 --- a/dev-perl/Image-Sane/Image-Sane-5.0.0.ebuild +++ b/dev-perl/Image-Sane/Image-Sane-5.0.0.ebuild @@ -28,6 +28,7 @@ BDEPEND="${RDEPEND} test? ( dev-perl/Test-Requires dev-perl/Try-Tiny + virtual/imagemagick-tools ) "