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@gentoo.org>
This commit is contained in:
Robin H. Johnson
2017-11-13 12:58:49 -08:00
parent 73638c2c82
commit 8c2ba2ea5d
7 changed files with 35 additions and 0 deletions

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}