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 EB4C413838B for ; Wed, 1 Oct 2014 09:45:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93C1FE092D; Wed, 1 Oct 2014 09:44:59 +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 F10C3E092E for ; Wed, 1 Oct 2014 09:44:58 +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 1045A340319 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 77AE26A91 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: <1412097990.18129bee3c0d70c64de629a915f3d869531643db.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: 18129bee3c0d70c64de629a915f3d869531643db 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: e80eda35-fc7d-407b-b5e9-9d48db05b628 X-Archives-Hash: 0de51ce5df8598b66e2adf346eeef25d commit: 18129bee3c0d70c64de629a915f3d869531643db Author: Kent Fredric gmail com> AuthorDate: Tue Sep 30 17:26:30 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Sep 30 17:26:30 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=18129bee [scripts] make CPANPLUS a normal dep --- scripts/lib/deptools.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/lib/deptools.pm b/scripts/lib/deptools.pm index abb5b2f..9d4ea32 100644 --- a/scripts/lib/deptools.pm +++ b/scripts/lib/deptools.pm @@ -81,12 +81,12 @@ sub _vmap_perl_strange { sub _vmap_overlay_native { return ( ( - 'base', 'B-Lint', 'constant', 'CPANPLUS', - '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', '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', ), ); }