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 A9693138A2F for ; Wed, 1 Oct 2014 09:45:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E82E9E0950; Wed, 1 Oct 2014 09:45:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F32A0E093B for ; Wed, 1 Oct 2014 09:44:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FD8C340320 for ; Wed, 1 Oct 2014 09:44:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBC9F6A96 for ; Wed, 1 Oct 2014 09:44:55 +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: <1412098586.a6767e4ea14f899e1936d9755e1aa31fd5854852.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: a6767e4ea14f899e1936d9755e1aa31fd5854852 X-VCS-Branch: master Date: Wed, 1 Oct 2014 09:44:55 +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: 87315c17-19ee-430d-af6f-f31c76829c12 X-Archives-Hash: f28dd6a5d7d315581f4e261a71f98ec4 commit: a6767e4ea14f899e1936d9755e1aa31fd5854852 Author: Kent Fredric gmail com> AuthorDate: Tue Sep 30 17:36:26 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Sep 30 17:36:26 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a6767e4e [scripts] Remove CPANPLUS-Dist-Build from the virtual/ map --- scripts/lib/deptools.pm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/scripts/lib/deptools.pm b/scripts/lib/deptools.pm index 9d4ea32..fa64bd3 100644 --- a/scripts/lib/deptools.pm +++ b/scripts/lib/deptools.pm @@ -81,12 +81,10 @@ sub _vmap_perl_strange { sub _vmap_overlay_native { return ( ( - 'base', 'B-Lint', 'constant', 'CPANPLUS-Dist-Build', - 'Devel-SelfStubber', 'Env', 'File-Fetch', 'i18n-langtags', - 'IPC-SysV', 'lib', 'Log-Message-Simple', 'NEXT', - 'Object-Accessor', 'Pod-Checker', 'Pod-LaTeX', 'Pod-Perldoc', - 'Pod-Usage', 'SelfLoader', 'Term-UI', 'Unicode-Collate', - 'Unicode-Normalize', + 'base', 'B-Lint', 'constant', 'Devel-SelfStubber', 'Env', 'File-Fetch', + 'i18n-langtags', 'IPC-SysV', 'lib', 'Log-Message-Simple', 'NEXT', 'Object-Accessor', + 'Pod-Checker', 'Pod-LaTeX', 'Pod-Perldoc', 'Pod-Usage', 'SelfLoader', 'Term-UI', + 'Unicode-Collate', 'Unicode-Normalize', ), ); }