diff options
-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 |