diff options
author | 2009-07-31 13:51:20 +0000 | |
---|---|---|
committer | 2009-07-31 13:51:20 +0000 | |
commit | b7e83d23bceb85682da6fb2ede1504a5d02a9bd7 (patch) | |
tree | 4a70a883e06598d7d4d77cd49c30fef10560726b /games-roguelike/tome/tome-2.3.5.ebuild | |
parent | Remove old patch. Fix manifest (diff) | |
download | gentoo-2-b7e83d23bceb85682da6fb2ede1504a5d02a9bd7.tar.gz gentoo-2-b7e83d23bceb85682da6fb2ede1504a5d02a9bd7.tar.bz2 gentoo-2-b7e83d23bceb85682da6fb2ede1504a5d02a9bd7.zip |
Fix typo in DEPEND, bug #279797
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'games-roguelike/tome/tome-2.3.5.ebuild')
-rw-r--r-- | games-roguelike/tome/tome-2.3.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-roguelike/tome/tome-2.3.5.ebuild b/games-roguelike/tome/tome-2.3.5.ebuild index 91efd3e777d0..2b76ba202792 100644 --- a/games-roguelike/tome/tome-2.3.5.ebuild +++ b/games-roguelike/tome/tome-2.3.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/tome-2.3.5.ebuild,v 1.1 2008/09/17 22:03:11 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/tome-2.3.5.ebuild,v 1.2 2009/07/31 13:51:20 nyhm Exp $ inherit eutils games @@ -22,7 +22,7 @@ RDEPEND=">=sys-libs/ncurses-5 media-libs/sdl-image media-libs/libsdl ) gtk? ( >=x11-libs/gtk+-2.12.8 ) " -DEPEND="${REDEPEND} +DEPEND="${RDEPEND} x11-misc/makedepend" S=${WORKDIR}/tome-${MY_PV}-src |