diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2017-11-13 12:58:49 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2017-11-13 12:59:30 -0800 |
commit | 8c2ba2ea5d4137883dfbf00b23a0c2dbaf8444d6 (patch) | |
tree | f0f004a1528b87fece21712bbdce62411c0ab163 /app-backup/amanda/amanda-3.4.1.ebuild | |
parent | app-misc/grc: Install all shell-specific config (diff) | |
download | gentoo-8c2ba2ea5d4137883dfbf00b23a0c2dbaf8444d6.tar.gz gentoo-8c2ba2ea5d4137883dfbf00b23a0c2dbaf8444d6.tar.bz2 gentoo-8c2ba2ea5d4137883dfbf00b23a0c2dbaf8444d6.zip |
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>
Diffstat (limited to 'app-backup/amanda/amanda-3.4.1.ebuild')
-rw-r--r-- | app-backup/amanda/amanda-3.4.1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-backup/amanda/amanda-3.4.1.ebuild b/app-backup/amanda/amanda-3.4.1.ebuild index 3171fd4f7c86..aa6f63879983 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 +} |