diff options
author | Patrick Lauer <patrick@gentoo.org> | 2015-02-19 07:08:21 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2015-02-19 07:08:21 +0000 |
commit | 32d4397cabc38a8f65e060c70e0028a3873500d4 (patch) | |
tree | e6c8b161c63e552099d85019edd457f4fc1a60ab /games-emulation/daphne | |
parent | Remove unused files. (diff) | |
download | gentoo-2-32d4397cabc38a8f65e060c70e0028a3873500d4.tar.gz gentoo-2-32d4397cabc38a8f65e060c70e0028a3873500d4.tar.bz2 gentoo-2-32d4397cabc38a8f65e060c70e0028a3873500d4.zip |
Whitespace
(Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation/daphne')
-rw-r--r-- | games-emulation/daphne/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/daphne/daphne-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/daphne/ChangeLog b/games-emulation/daphne/ChangeLog index 0b7abcda5ac9..910632ff674a 100644 --- a/games-emulation/daphne/ChangeLog +++ b/games-emulation/daphne/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/daphne # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/daphne/ChangeLog,v 1.19 2015/02/19 01:06:02 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/daphne/ChangeLog,v 1.20 2015/02/19 07:08:21 patrick Exp $ + + 19 Feb 2015; Patrick Lauer <patrick@gentoo.org> daphne-1.0.ebuild: + Whitespace 19 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> +files/daphne-1.0-system-lmpeg2.patch, daphne-1.0.ebuild, diff --git a/games-emulation/daphne/daphne-1.0.ebuild b/games-emulation/daphne/daphne-1.0.ebuild index 1389ea226a72..ff3ea5f64072 100644 --- a/games-emulation/daphne/daphne-1.0.ebuild +++ b/games-emulation/daphne/daphne-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/daphne/daphne-1.0.ebuild,v 1.9 2015/02/19 01:06:02 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/daphne/daphne-1.0.ebuild,v 1.10 2015/02/19 07:08:21 patrick Exp $ EAPI=5 inherit eutils toolchain-funcs games @@ -34,7 +34,7 @@ src_prepare() { "${FILESDIR}"/${P}-ldflags.patch \ "${FILESDIR}"/${P}-zlib.patch \ "${FILESDIR}"/${P}-underlink.patch \ - "${FILESDIR}"/${P}-system-lmpeg2.patch \ + "${FILESDIR}"/${P}-system-lmpeg2.patch sed -i "/m_appdir =/s:\.:${GAMES_DATADIR}/${PN}:" \ io/homedir.cpp || die |