diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-14 07:38:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-14 07:38:51 +0000 |
commit | 9ea2190a72b50102c60209b04516f70744761429 (patch) | |
tree | 912c1f2d95bff1c32bc4f2fc9ab62af7bf92d1da /games-simulation | |
parent | version bump (bug #56784) (diff) | |
download | historical-9ea2190a72b50102c60209b04516f70744761429.tar.gz historical-9ea2190a72b50102c60209b04516f70744761429.tar.bz2 historical-9ea2190a72b50102c60209b04516f70744761429.zip |
rdepend/depend to fix bug #56828
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openttd/ChangeLog | 6 | ||||
-rw-r--r-- | games-simulation/openttd/Manifest | 4 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-20040626.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index b30ba32f7fd7..9c091f05e1e7 100644 --- a/games-simulation/openttd/ChangeLog +++ b/games-simulation/openttd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/openttd # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.2 2004/07/03 02:13:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.3 2004/07/14 07:38:51 mr_bones_ Exp $ + + 14 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> + openttd-20040626.ebuild: + rdepend/depend to fix bug #56828 02 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> openttd-20040626.ebuild: diff --git a/games-simulation/openttd/Manifest b/games-simulation/openttd/Manifest index fc076746d6e1..784d39969a75 100644 --- a/games-simulation/openttd/Manifest +++ b/games-simulation/openttd/Manifest @@ -1,4 +1,4 @@ -MD5 271f057ab4c3744b17703eb9f706eb53 ChangeLog 585 +MD5 5b4aa2fc903ab674e550393d3e2d5044 ChangeLog 703 MD5 7efefbbe81a05cbc5d4e96203f047fda metadata.xml 245 -MD5 5e88b5eafedc8c509a59bb30a0623ae3 openttd-20040626.ebuild 2149 +MD5 eb814da2d77e45ec5854790977f48838 openttd-20040626.ebuild 2136 MD5 d843b4d40c78f879ad70c5cc231bd815 files/digest-openttd-20040626 133 diff --git a/games-simulation/openttd/openttd-20040626.ebuild b/games-simulation/openttd/openttd-20040626.ebuild index 4d89fe353307..933eb4694cea 100644 --- a/games-simulation/openttd/openttd-20040626.ebuild +++ b/games-simulation/openttd/openttd-20040626.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-20040626.ebuild,v 1.3 2004/07/09 23:53:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-20040626.ebuild,v 1.4 2004/07/14 07:38:51 mr_bones_ Exp $ inherit games @@ -16,10 +16,10 @@ IUSE="debug png zlib" DEPEND="virtual/libc media-libs/libsdl - media-sound/timidity++ - media-sound/timidity-eawpatches png? ( media-libs/libpng ) zlib? ( sys-libs/zlib )" +RDEPEND="${DEPEND} + media-sound/timidity++" src_unpack() { unpack ${P}.tar.bz2 |