commit:     8c2ba2ea5d4137883dfbf00b23a0c2dbaf8444d6
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 13 20:58:49 2017 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Mon Nov 13 20:59:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c2ba2ea

app-backup/amanda: run correct src_test.

Fixes: https://bugs.gentoo.org/621416
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 app-backup/amanda/amanda-3.3.9.ebuild  | 5 +++++
 app-backup/amanda/amanda-3.4.1.ebuild  | 5 +++++
 app-backup/amanda/amanda-3.4.2.ebuild  | 5 +++++
 app-backup/amanda/amanda-3.4.3.ebuild  | 5 +++++
 app-backup/amanda/amanda-3.4.4.ebuild  | 5 +++++
 app-backup/amanda/amanda-3.4.5.ebuild  | 5 +++++
 app-backup/amanda/amanda-3.5-r1.ebuild | 5 +++++
 7 files changed, 35 insertions(+)

diff --git a/app-backup/amanda/amanda-3.3.9.ebuild 
b/app-backup/amanda/amanda-3.3.9.ebuild
index 70ea0b2ba30..968e236abaa 100644
--- a/app-backup/amanda/amanda-3.3.9.ebuild
+++ b/app-backup/amanda/amanda-3.3.9.ebuild
@@ -473,3 +473,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
+}

diff --git a/app-backup/amanda/amanda-3.4.1.ebuild 
b/app-backup/amanda/amanda-3.4.1.ebuild
index 3171fd4f7c8..aa6f6387998 100644
--- a/app-backup/amanda/amanda-3.4.1.ebuild
+++ b/app-backup/amanda/amanda-3.4.1.ebuild
@@ -480,3 +480,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
+}

diff --git a/app-backup/amanda/amanda-3.4.2.ebuild 
b/app-backup/amanda/amanda-3.4.2.ebuild
index 9e26503c1a4..aec64fedec3 100644
--- a/app-backup/amanda/amanda-3.4.2.ebuild
+++ b/app-backup/amanda/amanda-3.4.2.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
+}

diff --git a/app-backup/amanda/amanda-3.4.3.ebuild 
b/app-backup/amanda/amanda-3.4.3.ebuild
index 9e26503c1a4..aec64fedec3 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
+}

diff --git a/app-backup/amanda/amanda-3.4.4.ebuild 
b/app-backup/amanda/amanda-3.4.4.ebuild
index 9e26503c1a4..aec64fedec3 100644
--- a/app-backup/amanda/amanda-3.4.4.ebuild
+++ b/app-backup/amanda/amanda-3.4.4.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
+}

diff --git a/app-backup/amanda/amanda-3.4.5.ebuild 
b/app-backup/amanda/amanda-3.4.5.ebuild
index 9e26503c1a4..aec64fedec3 100644
--- a/app-backup/amanda/amanda-3.4.5.ebuild
+++ b/app-backup/amanda/amanda-3.4.5.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
+}

diff --git a/app-backup/amanda/amanda-3.5-r1.ebuild 
b/app-backup/amanda/amanda-3.5-r1.ebuild
index bbc32ece405..058d9b9ccb9 100644
--- a/app-backup/amanda/amanda-3.5-r1.ebuild
+++ b/app-backup/amanda/amanda-3.5-r1.ebuild
@@ -491,3 +491,8 @@ amanda_permissions_fix() {
        chown root:root "${root}""${f}" || die
        chmod u=rw,go=r "${root}""${f}" || die
 }
+
+# We do not want the perl-module tests.
+src_test() {
+       default_src_test
+}

Reply via email to