From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E20FB138263 for ; Mon, 16 May 2016 22:14:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28FA821C06B; Mon, 16 May 2016 22:14:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B67AC21C06B for ; Mon, 16 May 2016 22:14:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 651DD340C7F for ; Mon, 16 May 2016 22:14:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D14F968 for ; Mon, 16 May 2016 22:14:12 +0000 (UTC) From: "Andreas 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 Hüttel" Message-ID: <1463436844.d72f45afa6f7f5b384b3f0705183036366294e6c.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/self/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/self/self-0.350.0.ebuild X-VCS-Directories: dev-perl/self/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: d72f45afa6f7f5b384b3f0705183036366294e6c X-VCS-Branch: master Date: Mon, 16 May 2016 22:14:12 +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-Archives-Salt: 131d770e-9781-451a-9515-0c325447ecfb X-Archives-Hash: b39b83210712cca3dcaeef06a0268669 commit: d72f45afa6f7f5b384b3f0705183036366294e6c Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon May 16 22:14:04 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Mon May 16 22:14:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d72f45af dev-perl/self: Fix swapped DEPEND and RDEPEND Package-Manager: portage-2.2.28 dev-perl/self/self-0.350.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/self/self-0.350.0.ebuild b/dev-perl/self/self-0.350.0.ebuild index 87885fa..186fc05 100644 --- a/dev-perl/self/self-0.350.0.ebuild +++ b/dev-perl/self/self-0.350.0.ebuild @@ -15,14 +15,14 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -DEPEND=" +RDEPEND=" >=dev-perl/B-Hooks-Parser-0.80.0 >=dev-perl/B-OPCheck-0.270.0 >=dev-perl/Devel-Declare-0.3.4 >=dev-perl/PadWalker-1.930.0 dev-perl/Sub-Exporter " -RDEPEND="${DEPEND} +DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.590.0 test? ( >=virtual/perl-Test-Simple-0.420.0 ) "