diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-06 23:24:31 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-06 23:24:31 +0000 |
commit | c824d9db5f9c9d658e0f21463357ba70e9aea42a (patch) | |
tree | 9ec182792cae1fc1fa3009500568a3e5c2ef273e /games-emulation/xmame | |
parent | QA - IUSE fix (diff) | |
download | historical-c824d9db5f9c9d658e0f21463357ba70e9aea42a.tar.gz historical-c824d9db5f9c9d658e0f21463357ba70e9aea42a.tar.bz2 historical-c824d9db5f9c9d658e0f21463357ba70e9aea42a.zip |
fix trailing whitespace
Diffstat (limited to 'games-emulation/xmame')
-rw-r--r-- | games-emulation/xmame/Manifest | 2 | ||||
-rw-r--r-- | games-emulation/xmame/xmame-0.80.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/xmame/Manifest b/games-emulation/xmame/Manifest index a11eaae7d86c..cf2c29a9c0c5 100644 --- a/games-emulation/xmame/Manifest +++ b/games-emulation/xmame/Manifest @@ -1,5 +1,5 @@ MD5 292d0da4c6620f35a0e7ac862894d3bb xmame-0.79.1.ebuild 6575 -MD5 b50bec423e48ef8b2f052a70d582e809 xmame-0.80.1.ebuild 6593 +MD5 0f37473c837794387aabfa2fa0fc2c48 xmame-0.80.1.ebuild 6592 MD5 32834765905ef33bb80c8db0357693e8 ChangeLog 5971 MD5 0234d9024c471faf92bb1219242614ef metadata.xml 1566 MD5 ba41bbae4e88815ebae46fb90b9e6c12 xmame-0.81.1.ebuild 6463 diff --git a/games-emulation/xmame/xmame-0.80.1.ebuild b/games-emulation/xmame/xmame-0.80.1.ebuild index 4087ef985150..b2f732898aa7 100644 --- a/games-emulation/xmame/xmame-0.80.1.ebuild +++ b/games-emulation/xmame/xmame-0.80.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.80.1.ebuild,v 1.2 2004/06/06 23:21:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.80.1.ebuild,v 1.3 2004/06/06 23:24:31 agriffis Exp $ inherit games flag-o-matic gcc eutils @@ -241,7 +241,7 @@ src_install() { pkg_postinst() { games_pkg_postinst einfo "Your available MAME binaries are: ${TARGET}" - if use X || use dga || use xv; then + if use X || use dga || use xv; then einfo " ${TARGET}.x11" fi use sdl && einfo " ${TARGET}.SDL" |