summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-09-01 09:09:05 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-09-01 09:09:05 +0000
commit98de17da89563a10daf62405df1bede7da86d36e (patch)
tree3368d297a37f92b7e20de5428dcb71962ad145ee /games-emulation/dolphin
parentVersion bump (diff)
downloadgentoo-2-98de17da89563a10daf62405df1bede7da86d36e.tar.gz
gentoo-2-98de17da89563a10daf62405df1bede7da86d36e.tar.bz2
gentoo-2-98de17da89563a10daf62405df1bede7da86d36e.zip
Whitespace
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation/dolphin')
-rw-r--r--games-emulation/dolphin/ChangeLog5
-rw-r--r--games-emulation/dolphin/dolphin-3.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/dolphin/ChangeLog b/games-emulation/dolphin/ChangeLog
index c3c0a1fe8cd9..632550a8998f 100644
--- a/games-emulation/dolphin/ChangeLog
+++ b/games-emulation/dolphin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/dolphin
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.8 2013/09/01 00:39:04 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.9 2013/09/01 09:09:05 patrick Exp $
+
+ 01 Sep 2013; Patrick Lauer <patrick@gentoo.org> dolphin-3.5.ebuild:
+ Whitespace
01 Sep 2013; Devan Franchini <twitch153@gentoo.org> dolphin-3.5.ebuild:
Replaces has_version checking of gcc version for more suited use of the gcc-
diff --git a/games-emulation/dolphin/dolphin-3.5.ebuild b/games-emulation/dolphin/dolphin-3.5.ebuild
index 16692f4ce7b1..3070104c70df 100644
--- a/games-emulation/dolphin/dolphin-3.5.ebuild
+++ b/games-emulation/dolphin/dolphin-3.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-3.5.ebuild,v 1.7 2013/09/01 00:39:04 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-3.5.ebuild,v 1.8 2013/09/01 09:09:05 patrick Exp $
EAPI=5
@@ -62,7 +62,7 @@ src_prepare() {
if [[ $(gcc-version) = "4.8" ]]; then
epatch "${FILESDIR}"/${PN}-emu-${PV}-gcc-4.8.patch
- fi
+ fi
if use !alsa; then
sed -i -e '/^include(FindALSA/d' CMakeLists.txt || die