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 442691381F3 for ; Wed, 1 May 2013 22:24:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A4EDE09F4; Wed, 1 May 2013 22:24:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F290CE09F3 for ; Wed, 1 May 2013 22:23:49 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7A2433E11C for ; Wed, 1 May 2013 22:23:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 75DDEE476D for ; Wed, 1 May 2013 22:23:42 +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: <1367368696.75c1221b8a4745a2b8803f967bd882023ef2e80d.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: scripts/lib/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: scripts/lib/deptools.pm X-VCS-Directories: scripts/lib/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 75c1221b8a4745a2b8803f967bd882023ef2e80d X-VCS-Branch: master Date: Wed, 1 May 2013 22:23:42 +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: 7abd65df-6ea7-4144-b50c-02834fd20718 X-Archives-Hash: 59fd2a9057053393f5e7f1e371cee024 commit: 75c1221b8a4745a2b8803f967bd882023ef2e80d Author: Kent Fredric gmail com> AuthorDate: Wed May 1 00:38:16 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed May 1 00:38:16 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=75c1221b [scripts] add Env to corelist in deptools.pm --- scripts/lib/deptools.pm | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/scripts/lib/deptools.pm b/scripts/lib/deptools.pm index 8bd5595..08e607f 100644 --- a/scripts/lib/deptools.pm +++ b/scripts/lib/deptools.pm @@ -77,16 +77,16 @@ sub _vmap_perl_strange { sub _vmap_overlay_native { return ( ( - 'Archive-Extract', 'base', 'B-Debug', 'B-Lint', - 'constant', 'Carp', 'CPAN', 'CPANPLUS', - 'CPANPLUS-Dist-Build', 'Devel-DProf', 'Devel-PPPort', 'Devel-SelfStubber', - 'Dumpvalue', 'Exporter', 'ExtUtils-Constant', 'ExtUtils-MakeMaker', - 'File-Fetch', 'Filter-Simple', 'HTTP-Tiny', 'i18n-langtags', - 'if', 'IPC-SysV', 'Locale-Maketext-Simple', 'Log-Message', - 'Log-Message-Simple', 'Math-Complex', 'Module-CoreList', 'NEXT', - 'Object-Accessor', 'Pod-Checker', 'Pod-LaTeX', 'Pod-Perldoc', - 'Pod-Plainer', 'Pod-Usage', 'Socket', 'SelfLoader', - 'Term-UI', 'Unicode-Collate', 'Unicode-Normalize', + 'Archive-Extract', 'base', 'B-Debug', 'B-Lint', + 'constant', 'Carp', 'CPAN', 'CPANPLUS', + 'CPANPLUS-Dist-Build', 'Devel-DProf', 'Devel-PPPort', 'Devel-SelfStubber', + 'Dumpvalue', 'Exporter', 'ExtUtils-Constant', 'ExtUtils-MakeMaker', + 'Env', 'File-Fetch', 'Filter-Simple', 'HTTP-Tiny', + 'i18n-langtags', 'if', 'IPC-SysV', 'Locale-Maketext-Simple', + 'Log-Message', 'Log-Message-Simple', 'Math-Complex', 'Module-CoreList', + 'NEXT', 'Object-Accessor', 'Pod-Checker', 'Pod-LaTeX', + 'Pod-Perldoc', 'Pod-Plainer', 'Pod-Usage', 'Socket', + 'SelfLoader', 'Term-UI', 'Unicode-Collate', 'Unicode-Normalize', ), ); }