Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/amanda/
Date: Thu, 02 Feb 2017 20:01:47
Message-Id: 1486065688.a120cba32531abbc6aa01e190dbaa3736696ef08.robbat2@gentoo
1 commit: a120cba32531abbc6aa01e190dbaa3736696ef08
2 Author: Stefan G. Weichinger <office <AT> oops <DOT> co <DOT> at>
3 AuthorDate: Thu Feb 2 14:36:29 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 20:01:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a120cba3
7
8 fixes bug #607980
9
10 (cherry picked from commit 8b620fe3f8143a1a394937fda520ce9e2306fe16)
11 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
12 Fixes: https://github.com/gentoo/gentoo/pull/3773
13
14 app-backup/amanda/amanda-3.4.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-backup/amanda/amanda-3.4.2.ebuild b/app-backup/amanda/amanda-3.4.2.ebuild
18 index 472b5ab..2964176 100644
19 --- a/app-backup/amanda/amanda-3.4.2.ebuild
20 +++ b/app-backup/amanda/amanda-3.4.2.ebuild
21 @@ -170,7 +170,7 @@ src_prepare() {
22 done
23
24 if use minimal; then
25 - cat "${MYFILESDIR}"/amanda-amandahosts-server.5.1_p3-r1 > "${T}"/amandahosts || die
26 + cat "${MYFILESDIR}"/amanda-amandahosts-server-2.5.1_p3-r1 > "${T}"/amandahosts || die
27 else
28 sed -i -e 's:^\(my $amandahomedir\)=.*:\1 = $localstatedir;:' \
29 server-src/am{addclient,serverconfig}.pl || die