commit: a120cba32531abbc6aa01e190dbaa3736696ef08 Author: Stefan G. Weichinger <office <AT> oops <DOT> co <DOT> at> AuthorDate: Thu Feb 2 14:36:29 2017 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Thu Feb 2 20:01:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a120cba3
fixes bug #607980 (cherry picked from commit 8b620fe3f8143a1a394937fda520ce9e2306fe16) Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> Fixes: https://github.com/gentoo/gentoo/pull/3773 app-backup/amanda/amanda-3.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backup/amanda/amanda-3.4.2.ebuild b/app-backup/amanda/amanda-3.4.2.ebuild index 472b5ab..2964176 100644 --- a/app-backup/amanda/amanda-3.4.2.ebuild +++ b/app-backup/amanda/amanda-3.4.2.ebuild @@ -170,7 +170,7 @@ src_prepare() { done if use minimal; then - cat "${MYFILESDIR}"/amanda-amandahosts-server.5.1_p3-r1 > "${T}"/amandahosts || die + cat "${MYFILESDIR}"/amanda-amandahosts-server-2.5.1_p3-r1 > "${T}"/amandahosts || die else sed -i -e 's:^\(my $amandahomedir\)=.*:\1 = $localstatedir;:' \ server-src/am{addclient,serverconfig}.pl || die
