diff options
author | 2008-04-24 21:49:41 +0000 | |
---|---|---|
committer | 2008-04-24 21:49:41 +0000 | |
commit | 6db878535064024a8bb57e466a9375b476a47132 (patch) | |
tree | 7fdb237d9661b02605d9732407203974c2dc6eca /games-emulation | |
parent | Fix older version too (diff) | |
download | gentoo-2-6db878535064024a8bb57e466a9375b476a47132.tar.gz gentoo-2-6db878535064024a8bb57e466a9375b476a47132.tar.bz2 gentoo-2-6db878535064024a8bb57e466a9375b476a47132.zip |
Make repoman happy with quoting
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/sdlmame/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/sdlmame/sdlmame-0.124.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/sdlmame/sdlmame-0.124_p3.ebuild | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/games-emulation/sdlmame/ChangeLog b/games-emulation/sdlmame/ChangeLog index f8c7cb89fd59..3dbf86596580 100644 --- a/games-emulation/sdlmame/ChangeLog +++ b/games-emulation/sdlmame/ChangeLog @@ -1,8 +1,9 @@ # ChangeLog for games-emulation/sdlmame # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/ChangeLog,v 1.2 2008/04/24 21:29:55 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/ChangeLog,v 1.3 2008/04/24 21:49:41 drac Exp $ - 24 Apr 2008; Samuli Suominen <drac@gentoo.org> sdlmame-0.124_p3.ebuild: + 24 Apr 2008; Samuli Suominen <drac@gentoo.org> sdlmame-0.124.ebuild, + sdlmame-0.124_p3.ebuild: Sed -Werror out of makefile because we gets more warnings with GCC 4.3. *sdlmame-0.124_p3 (24 Apr 2008) diff --git a/games-emulation/sdlmame/sdlmame-0.124.ebuild b/games-emulation/sdlmame/sdlmame-0.124.ebuild index e0f5dfadf15b..2f612f4e5c4d 100644 --- a/games-emulation/sdlmame/sdlmame-0.124.ebuild +++ b/games-emulation/sdlmame/sdlmame-0.124.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild,v 1.4 2008/04/24 21:35:24 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124.ebuild,v 1.5 2008/04/24 21:49:41 drac Exp $ inherit eutils flag-o-matic games @@ -146,7 +146,7 @@ pkg_postinst() { games_pkg_postinst elog "It's strongly recommended that you change either the system-wide" - elog "mame.ini at ${GAMES_SYSCONFDIR}/${PN} or use a per-user setup at \$HOME/.${PN}" + elog "mame.ini at \"${GAMES_SYSCONFDIR}\"/${PN} or use a per-user setup at \$HOME/.${PN}" if use opengl; then echo diff --git a/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild b/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild index f3c63053c356..3e305287e795 100644 --- a/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild +++ b/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild,v 1.4 2008/04/24 21:29:55 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124_p3.ebuild,v 1.5 2008/04/24 21:49:41 drac Exp $ inherit eutils flag-o-matic games @@ -146,7 +146,7 @@ pkg_postinst() { games_pkg_postinst elog "It's strongly recommended that you change either the system-wide" - elog "mame.ini at ${GAMES_SYSCONFDIR}/${PN} or use a per-user setup at \$HOME/.${PN}" + elog "mame.ini at \"${GAMES_SYSCONFDIR}\"/${PN} or use a per-user setup at \$HOME/.${PN}" if use opengl; then echo |