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 6EFA91382C5 for ; Sun, 9 May 2021 20:56:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7560E0798; Sun, 9 May 2021 20:56:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9F866E0798 for ; Sun, 9 May 2021 20:56:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D4058340F09 for ; Sun, 9 May 2021 20:56:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9135159C for ; Sun, 9 May 2021 20:56:11 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1620593760.91ceab3fee734c3e512aa1f9e2aa430976e79eaf.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild X-VCS-Directories: dev-perl/PPIx-QuoteLike/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 91ceab3fee734c3e512aa1f9e2aa430976e79eaf X-VCS-Branch: master Date: Sun, 9 May 2021 20:56:11 +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: a6d3fd1a-bf28-4379-962a-d5a0c2a88c22 X-Archives-Hash: 55b968da6491a537048fe3e36a10c893 commit: 91ceab3fee734c3e512aa1f9e2aa430976e79eaf Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun May 9 20:55:45 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun May 9 20:56:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ceab3f dev-perl/PPIx-QuoteLike: Add missing deps Closes: https://bugs.gentoo.org/789132 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild index b491c516765..cb202adbccf 100644 --- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild +++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild @@ -20,6 +20,8 @@ RDEPEND=" virtual/perl-Encode virtual/perl-Exporter >=dev-perl/PPI-1.117.0 + dev-perl/PPIx-Regexp + dev-perl/Readonly virtual/perl-Scalar-List-Utils " BDEPEND="${RDEPEND}