summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup/amanda/amanda-3.4.3.ebuild')
-rw-r--r--app-backup/amanda/amanda-3.4.3.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/app-backup/amanda/amanda-3.4.3.ebuild b/app-backup/amanda/amanda-3.4.3.ebuild
index 9e26503c1a4a..aec64fedec3e 100644
--- a/app-backup/amanda/amanda-3.4.3.ebuild
+++ b/app-backup/amanda/amanda-3.4.3.ebuild
@@ -477,3 +477,8 @@ amanda_permissions_fix() {
chmod u=srwx,g=rx,o= "${root}"/${i}
done
}
+
+# We do not want the perl-module tests.
+src_test() {
+ default_src_test
+}