Index: trunk/Nebulous-Server/Build.PL
===================================================================
--- trunk/Nebulous-Server/Build.PL	(revision 41172)
+++ trunk/Nebulous-Server/Build.PL	(revision 42746)
@@ -15,13 +15,16 @@
         'DBD::mysql'            => '3.0007',
         'DBI'                   => '1.53',
-        'Digest::SHA1'          => 0,
         'File::Basename'        => 0,
         'File::ExtAttr'         => '1.03',
-        'File::Mountpoint'      => '0.01',
+# needed for Ubuntu, not Gentoo
+        'Digest::SHA'           => 0,
+# not needed for Ubuntu
+#       'Digest::SHA1'          => 0,
+#       'File::Mountpoint'      => '0.01',
+#       'Filesys::Df'           => '0.92',
         'File::Path'            => '1.08',
         'File::Spec'            => 0,
         'File::Spec::Functions' => 0,
         'File::Temp'            => 0,
-        'Filesys::Df'           => '0.92',
         'Log::Dispatch::Email::MailSend' => 0,
         'Log::Log4perl'         => '0.48',
@@ -34,10 +37,13 @@
     build_requires      => {
         'Test::More'            => '0.49',
-        'Test::URI'             => '1.06',
-        'Test::DBUnit'          => '0.20',
+#        'Test::URI'             => '1.06',
+#        'Test::DBUnit'          => '0.20',
     },
     recommends          => {
         'Test::Distribution'    => '1.22',
-        'Apache2::SOAP'         => 0,
+# needed for Gentoo, not Ubuntu
+#       'Apache2::SOAP'         => 0,
+# needed for Ubuntu, not Gentoo
+        'Apache::SOAP'         => 0,
         'Apache::DBI'           => '1.05',
     },
