Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/lugaru/
Date: Fri, 27 Jan 2017 05:50:35
Message-Id: 1485496209.7f2dcfb1e50f3691a27f327106783978b289c949.johu@gentoo
1 commit: 7f2dcfb1e50f3691a27f327106783978b289c949
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 27 05:50:09 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 27 05:50:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f2dcfb1
7
8 games-action/lugaru: Whitespace
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 games-action/lugaru/lugaru-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/games-action/lugaru/lugaru-9999.ebuild b/games-action/lugaru/lugaru-9999.ebuild
16 index 7aa42ee..afb51f0 100644
17 --- a/games-action/lugaru/lugaru-9999.ebuild
18 +++ b/games-action/lugaru/lugaru-9999.ebuild
19 @@ -32,12 +32,12 @@ src_unpack() {
20 }
21
22 PATCHES=(
23 - "${FILESDIR}/${P}-dir.patch"
24 + "${FILESDIR}/${P}-dir.patch"
25 )
26
27 src_prepare() {
28 - default
29 - sed -i \
30 + default
31 + sed -i \
32 -e "s:@GENTOO_DIR@:/usr/share/${PN}:" \
33 Source/OpenGL_Windows.cpp || die
34 }