diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-09-01 09:09:05 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-09-01 09:09:05 +0000 |
commit | 98de17da89563a10daf62405df1bede7da86d36e (patch) | |
tree | 3368d297a37f92b7e20de5428dcb71962ad145ee /games-emulation/dolphin | |
parent | Version bump (diff) | |
download | gentoo-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/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-3.5.ebuild | 4 |
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 |