diff options
author | David Holm <dholm@gentoo.org> | 2005-04-13 07:17:52 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-04-13 07:17:52 +0000 |
commit | 860108de7062fde7c3610381b2cd96794814ddf3 (patch) | |
tree | 2119e85606c7823b2c166ddbba47e7447a7efd5c /games-simulation/openttd | |
parent | qbankmanager version bump (diff) | |
download | historical-860108de7062fde7c3610381b2cd96794814ddf3.tar.gz historical-860108de7062fde7c3610381b2cd96794814ddf3.tar.bz2 historical-860108de7062fde7c3610381b2cd96794814ddf3.zip |
pmidi should be aplaymidi
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-simulation/openttd')
-rw-r--r-- | games-simulation/openttd/Manifest | 2 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-0.3.6-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games-simulation/openttd/Manifest b/games-simulation/openttd/Manifest index 76bf207131f0..ef455f0957fe 100644 --- a/games-simulation/openttd/Manifest +++ b/games-simulation/openttd/Manifest @@ -2,7 +2,7 @@ MD5 de3bdab616da5353c99f5ef873a84092 ChangeLog 2126 MD5 7efefbbe81a05cbc5d4e96203f047fda metadata.xml 245 MD5 f4ede9d0e41a8386a7ed0707ba228c4b openttd-0.3.5.ebuild 2248 MD5 68f4e8df406ce786237ff3fec15d3315 openttd-0.3.6.ebuild 3313 -MD5 e8cda45da10ae80a38557ed0d437e5eb openttd-0.3.6-r1.ebuild 4177 +MD5 a30a74508caaceae38ad0388b9899743 openttd-0.3.6-r1.ebuild 4181 MD5 94e0df18e09dc754083d5e1247f809b7 files/digest-openttd-0.3.5 73 MD5 a169eb5c8572ee01be52c4accf2608a2 files/openttd.initd 529 MD5 2c2239b2fd69956b2e3027818efc62e5 files/digest-openttd-0.3.6 66 diff --git a/games-simulation/openttd/openttd-0.3.6-r1.ebuild b/games-simulation/openttd/openttd-0.3.6-r1.ebuild index 1b19026c0860..301324725430 100644 --- a/games-simulation/openttd/openttd-0.3.6-r1.ebuild +++ b/games-simulation/openttd/openttd-0.3.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.3.6-r1.ebuild,v 1.1 2005/04/12 11:48:28 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.3.6-r1.ebuild,v 1.2 2005/04/13 07:17:52 dholm Exp $ inherit eutils games @@ -31,7 +31,7 @@ src_compile() { use zlib && myopts="${myopts} WITH_ZLIB=1" myopts="${myopts} WITH_SDL=1" if ! use timidity; then - use alsa && myopts="${myopts} MIDI=/usr/bin/pmidi" + use alsa && myopts="${myopts} MIDI=/usr/bin/aplaymidi" fi fi |