Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/cdbackup/
Date: Sun, 15 Jul 2018 14:53:18
Message-Id: 1531666368.dcd5ff136454b428c7c717eaf1ef1ba4c667a26e.asturm@gentoo
1 commit: dcd5ff136454b428c7c717eaf1ef1ba4c667a26e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 15 13:53:54 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 15 14:52:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcd5ff13
7
8 app-backup/cdbackup: Whitespace cleanup
9
10 Package-Manager: Portage-2.3.42, Repoman-2.3.9
11
12 app-backup/cdbackup/cdbackup-0.7.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-backup/cdbackup/cdbackup-0.7.1-r1.ebuild b/app-backup/cdbackup/cdbackup-0.7.1-r1.ebuild
16 index 7529285d9a6..184aa586db4 100644
17 --- a/app-backup/cdbackup/cdbackup-0.7.1-r1.ebuild
18 +++ b/app-backup/cdbackup/cdbackup-0.7.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -19,7 +19,7 @@ DEPEND=""
26
27 src_prepare() {
28 sed -i -e '/cd\(backup\|restore\)/,+1 s:CFLAGS:LDFLAGS:' \
29 - "${S}"/Makefile || die "sed Makefile failed"
30 + "${S}"/Makefile || die "sed Makefile failed"
31 default
32 }