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 B9E73138262 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 AF650E0848; Mon, 16 May 2016 22:14:16 +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 56945E0848 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 09525340C76 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 4A56387B 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: <1463436784.0cc64bc2adf425ef6effe3da0fdb3f45a4ed5f12.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: 0cc64bc2adf425ef6effe3da0fdb3f45a4ed5f12 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: 90a87f6a-2c9d-4000-9442-26e2d0e1f14f X-Archives-Hash: d05dbe27002c3af71ce90a1f830bc91c commit: 0cc64bc2adf425ef6effe3da0fdb3f45a4ed5f12 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon May 16 22:13:04 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Mon May 16 22:13:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc64bc2 Revert "dev-perl/self: Sanitize dependencies" - whatever you tried to fix, this wasn't the solution. This reverts commit 293d56ef11348e7af270c97c88c3b81329f796bc. dev-perl/self/self-0.350.0.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-perl/self/self-0.350.0.ebuild b/dev-perl/self/self-0.350.0.ebuild index c9b1d02..87885fa 100644 --- a/dev-perl/self/self-0.350.0.ebuild +++ b/dev-perl/self/self-0.350.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,15 +15,14 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -CDEPEND=" +DEPEND=" >=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="${CDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.590.0" -DEPEND="${CDEPEND} +RDEPEND="${DEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.590.0 test? ( >=virtual/perl-Test-Simple-0.420.0 ) "