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 096FF13835A for ; Wed, 29 Jul 2020 12:16:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36830E0BBC; Wed, 29 Jul 2020 12:16:14 +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 1D84CE0BBC for ; Wed, 29 Jul 2020 12:16:14 +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 A927F34F22A for ; Wed, 29 Jul 2020 12:16:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D98029C for ; Wed, 29 Jul 2020 12:16:10 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1596024925.838c98597735b5b22c4f48a7e7b390513589a73f.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-Caller/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Devel-Caller/Devel-Caller-2.60.0-r1.ebuild dev-perl/Devel-Caller/Devel-Caller-2.60.0-r2.ebuild X-VCS-Directories: dev-perl/Devel-Caller/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 838c98597735b5b22c4f48a7e7b390513589a73f X-VCS-Branch: master Date: Wed, 29 Jul 2020 12:16:10 +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: 615e8091-8832-47cd-a020-734376c88290 X-Archives-Hash: 714a199e433742e89e0b272757b6952f commit: 838c98597735b5b22c4f48a7e7b390513589a73f Author: Kent Fredric gentoo org> AuthorDate: Wed Jul 29 11:26:24 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Jul 29 12:15:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838c9859 dev-perl/Devel-Caller: Fix RDEPEND vs DEPEND mistake This is part of why I hate when ebuilds say DEPEND=... RDEPEND="${DEPEND}" Because I'm so used to seeing it the otherway around. Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../{Devel-Caller-2.60.0-r1.ebuild => Devel-Caller-2.60.0-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Devel-Caller/Devel-Caller-2.60.0-r1.ebuild b/dev-perl/Devel-Caller/Devel-Caller-2.60.0-r2.ebuild similarity index 95% rename from dev-perl/Devel-Caller/Devel-Caller-2.60.0-r1.ebuild rename to dev-perl/Devel-Caller/Devel-Caller-2.60.0-r2.ebuild index e491f245dcd..39f58dd50a9 100644 --- a/dev-perl/Devel-Caller/Devel-Caller-2.60.0-r1.ebuild +++ b/dev-perl/Devel-Caller/Devel-Caller-2.60.0-r2.ebuild @@ -12,10 +12,10 @@ DESCRIPTION="Meatier versions of caller" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -DEPEND=" +RDEPEND=" >=dev-perl/PadWalker-0.80.0 " -BDEPEND="${DEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker " src_compile() {