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 | faf14c882f47074dc4dcfd552b029fb5bc85d437 (patch) | |
tree | d5d0157cd4e584b2eed61c8dd6e4d326c2cbfa7e /games-simulation/openttd | |
parent | version bump (bug #56784) (Manifest recommit) (diff) | |
download | gentoo-2-faf14c882f47074dc4dcfd552b029fb5bc85d437.tar.gz gentoo-2-faf14c882f47074dc4dcfd552b029fb5bc85d437.tar.bz2 gentoo-2-faf14c882f47074dc4dcfd552b029fb5bc85d437.zip |
rdepend/depend to fix bug #56828
Diffstat (limited to 'games-simulation/openttd')
-rw-r--r-- | games-simulation/openttd/ChangeLog | 6 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-20040626.ebuild | 6 |
2 files changed, 8 insertions, 4 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/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 |