From 95d0d4f2fbd020841b12064e2f130c9248bdf9dd Mon Sep 17 00:00:00 2001 From: Christoph Maser Date: Thu, 31 Dec 2009 08:50:32 +0000 Subject: [PATCH] some more packages on ignore list --- perl-stuff/check-rpmforge-cpan.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/perl-stuff/check-rpmforge-cpan.pl b/perl-stuff/check-rpmforge-cpan.pl index 76c6037..2ca8817 100644 --- a/perl-stuff/check-rpmforge-cpan.pl +++ b/perl-stuff/check-rpmforge-cpan.pl @@ -104,6 +104,9 @@ 'perl-WebService-MusicBrainz' => 'ignore', # Requires: perl(XML::LibXML) >= 1.63 really.. 'perl-Test-Class' => 'ignore', # Requires perl(Test::Simple) >= 0.78 'perl-XML-Compile' => 'ignore', # req XML::Compile::Tester which requires new Sys::Log + 'perl-Date-Manip' => 'ignore', # needs perl 5.10+ + 'perl-Lemonldap-NG-Common' => 'ignore', # until 64bit lasso build is fixed + 'perl-Lemonldap-NG-Portal' => 'ignore', # until 64bit lasso build is fixed };