diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-18 04:13:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-18 04:13:03 +0000 |
commit | 14e985dc68c3810edb4484849280d11585aaf67e (patch) | |
tree | b5af82cf0e4e58044b6a8ab9f61277d974eea659 /games-misc | |
parent | Stable for HPPA (bug #290343). (diff) | |
download | gentoo-2-14e985dc68c3810edb4484849280d11585aaf67e.tar.gz gentoo-2-14e985dc68c3810edb4484849280d11585aaf67e.tar.bz2 gentoo-2-14e985dc68c3810edb4484849280d11585aaf67e.zip |
tidy
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/gnurobots/gnurobots-1.2.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-misc/gnurobots/gnurobots-1.2.0.ebuild b/games-misc/gnurobots/gnurobots-1.2.0.ebuild index 39b3f8841689..c053eeb7f422 100644 --- a/games-misc/gnurobots/gnurobots-1.2.0.ebuild +++ b/games-misc/gnurobots/gnurobots-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.6 2009/07/13 12:59:33 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.7 2009/11/18 04:13:03 mr_bones_ Exp $ EAPI=2 inherit eutils autotools games @@ -16,9 +16,8 @@ KEYWORDS="~amd64 ppc x86" IUSE="" RESTRICT="test" -RDEPEND="x11-libs/vte +DEPEND="x11-libs/vte dev-scheme/guile" -DEPEND="${RDEPEND}" src_prepare() { epatch "${FILESDIR}"/${P}-ldflags.patch |