Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-mud/trebuchet/
Date: Sun, 15 Jul 2018 14:53:25
Message-Id: 1531666369.72d561ca0365c5be2e2685e4504e2b3ab4d1603d.asturm@gentoo
1 commit: 72d561ca0365c5be2e2685e4504e2b3ab4d1603d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 15 14:02:18 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 15 14:52:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72d561ca
7
8 games-mud/trebuchet: Whitespace cleanup
9
10 Package-Manager: Portage-2.3.42, Repoman-2.3.9
11
12 games-mud/trebuchet/trebuchet-1.075-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-mud/trebuchet/trebuchet-1.075-r1.ebuild b/games-mud/trebuchet/trebuchet-1.075-r1.ebuild
16 index 403c9113c2b..3cf5c7cc08f 100644
17 --- a/games-mud/trebuchet/trebuchet-1.075-r1.ebuild
18 +++ b/games-mud/trebuchet/trebuchet-1.075-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 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 @@ -23,7 +23,7 @@ src_prepare() {
26
27 sed -i \
28 -e "/Nothing/d" \
29 - -e "/LN/ s:../libexec:/usr/share:" \
30 + -e "/LN/ s:../libexec:/usr/share:" \
31 Makefile || die
32 }