diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-06 16:50:18 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-06 16:50:18 +0000 |
commit | 0c2370a9ae1556c97b31c831c31965ad9e80196c (patch) | |
tree | b533bebab09c89f4960a0fbeca7e9ac8199f490c /games-emulation | |
parent | Version bump. Drop old. (diff) | |
download | gentoo-2-0c2370a9ae1556c97b31c831c31965ad9e80196c.tar.gz gentoo-2-0c2370a9ae1556c97b31c831c31965ad9e80196c.tar.bz2 gentoo-2-0c2370a9ae1556c97b31c831c31965ad9e80196c.zip |
Fix obvious typo in DEPEND.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/goosnes/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/goosnes/goosnes-0.5.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-emulation/goosnes/ChangeLog b/games-emulation/goosnes/ChangeLog index b32ec5131cfb..c55efa555745 100644 --- a/games-emulation/goosnes/ChangeLog +++ b/games-emulation/goosnes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/goosnes -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/goosnes/ChangeLog,v 1.9 2006/11/17 10:01:29 nyhm Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/goosnes/ChangeLog,v 1.10 2008/10/06 16:50:18 flameeyes Exp $ + + 06 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> goosnes-0.5.2.ebuild: + Fix obvious typo in DEPEND. 17 Nov 2006; Tristan Heaven <nyhm@gentoo.org> +files/goosnes-0.5.2-gtk2.patch, goosnes-0.5.2.ebuild: diff --git a/games-emulation/goosnes/goosnes-0.5.2.ebuild b/games-emulation/goosnes/goosnes-0.5.2.ebuild index f206ac5ffbf9..24d09640556a 100644 --- a/games-emulation/goosnes/goosnes-0.5.2.ebuild +++ b/games-emulation/goosnes/goosnes-0.5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/goosnes/goosnes-0.5.2.ebuild,v 1.12 2007/09/30 22:10:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/goosnes/goosnes-0.5.2.ebuild,v 1.13 2008/10/06 16:50:18 flameeyes Exp $ inherit autotools eutils games @@ -16,7 +16,7 @@ IUSE="" RDEPEND="dev-libs/libxml2 >=x11-libs/gtk+-2 games-emulation/snes9x" -DEPEND="${DEPEND} +DEPEND="${RDEPEND} dev-util/pkgconfig" src_unpack() { |