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 1D6831396D0 for ; Sun, 17 Sep 2017 00:52:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A9AA1FC077; Sun, 17 Sep 2017 00:51:59 +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 08F011FC077 for ; Sun, 17 Sep 2017 00:51:58 +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 EF40133BF1C for ; Sun, 17 Sep 2017 00:51:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9857C9084 for ; Sun, 17 Sep 2017 00:51:56 +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: <1505606853.86642470fc266b5f8a38ad591b67afd6e480e5ad.kentnl@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: eclass/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: eclass/perl-module.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 86642470fc266b5f8a38ad591b67afd6e480e5ad X-VCS-Branch: master Date: Sun, 17 Sep 2017 00:51:56 +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: 3266ecc4-1620-4106-9745-1d01c309f5f1 X-Archives-Hash: d1fccd624de48178307d984dd6464b3a commit: 86642470fc266b5f8a38ad591b67afd6e480e5ad Author: Kent Fredric gmail com> AuthorDate: Mon Apr 11 06:39:17 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Sep 17 00:07:33 2017 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=86642470 perl-module.eclass: stop calling src_prepare in src_unpack eclass/perl-module.eclass | 1 - 1 file changed, 1 deletion(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 6460e874a..0804c044e 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -181,7 +181,6 @@ perl-module_src_unpack() { debug-print-function $FUNCNAME "$@" [[ ${EAPI:-0} == 5 ]] || die "perl-module_src_unpack is banned in EAPI=6 or later" unpacker_src_unpack - has src_prepare ${PERL_EXPF} || perl-module_src_prepare } # @FUNCTION: perl-module_src_prepare